We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc01cd commit 6155d6aCopy full SHA for 6155d6a
Examples/Standups/Readme.md
@@ -26,7 +26,7 @@ The inspiration for this application comes Apple's [Scrumdinger][scrumdinger] tu
26
The Scrumdinger app is one of Apple's most interesting code samples as it deals with many real world
27
world problems that one faces in application development. It shows off many types of navigation,
28
it deals with complex effects such as timers and speech recognition, and it persists application
29
-to disk.
+data to disk.
30
31
However, it is not necessarily built in the most ideal way. It uses mostly fire-and-forget style
32
navigation, which means you can't easily deep link into any screen of the app, which is handy for
0 commit comments