6
votes
3answers
198 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", ...
2
votes
3answers
594 views

Should I hide the tab bar on iOS when I'm creating a new item?

Background I'm building an application with a tab bar at the bottom showing two different object types - for example, buildings and trucks. Each of these tabs shows buildings and trucks in separate ...
2
votes
3answers
580 views

Is a popover that opens from a tab bar good practice in an iOS app?

I have an iPad tab bar app and I want a popover to open when tapping one of the tabs. Is this good practice or should I avoid it? For example, the bottom tab bar displays the following items: my ...