Tagged Questions
4
votes
1answer
119 views
Startup screens: “Show this page at startup” vs. “Don't show this on startup”
I'm currently working on an iOS app where the user is presented with a startup screen until the user disables it.
I am insisting that this startup screen should have an already ticked checkbox that ...
6
votes
3answers
195 views
Tabbar inside Modal View - iPhone
Is it ok to have TabBar in Modal view in iOS UI (iPhone)?
I have a "Select Contact" view in my app and I plan to make it as modal view.
But "Select Contact" is a set of views: "Favourites", ...