Don't mind the iPhone HIG having multiple tabs in the app?

From what I've seen in iPhone apps, the app should only have one tab bar view, which allows you to select the main function areas. This is confusing or against the HIG to do it, for example:

tap a tab, a table view is displayed, select a cell, a new tab bar view is loaded.

0


a source to share


1 answer


This is confusing and is especially recommended against in HIPs for apples. They are ok with tab controllers that have multiple navigation controllers, but not vice versa.

It would also be confusing to the user, as most iphone apps have a stable set of tabs (even though they are sometimes hidden or replaced by toolbars.



good luck.

Charles

+2


a source







All Articles