I was wondering is there a way to give the user a small guided tour of the app with small pops exactly above the UI elements indicating what it will do and not using the standard popups which iOS has. Something like if an icon is used to post status there should be a small pop up on top of it which tells us it is used to post status and can be closed a standard in in games to introduce the player to their UI.
Asked
Active
Viewed 92 times
0
-
Can you point me in that direction please – LostPuppy Jul 06 '12 at 15:03
1 Answers
2
There is an Open Source library on GitHub that might be interesting for you:
https://github.com/chrismiles/CMPopTipView
Edit: This is another one: https://github.com/Inferis/ViewDeck/

Sierra Alpha
- 3,707
- 4
- 23
- 36
-
that was what i was looking for, but its pretty dull and uninteresting from user interaction point of view. do you know how we can build this [link](http://mobile-patterns.com/edu) into the application? – LostPuppy Jul 06 '12 at 15:47
-