Tagged Questions
1
vote
3answers
107 views
Can tabbar appear only on first view?
Would I violate the HIG by showing a tab bar on my first view only? The first view also has a tableview and navigation bar at the top. Once the user selects a row, it goes to another tableview and no ...
0
votes
0answers
40 views
iPhone/iPad Human Interface Guidelines for Settings
My settings are getting rather "robust". I don't want to re-invent a good human interface for them if someone has come up with guidelines already. I'm looking for how I should organize items like
...
0
votes
1answer
305 views
UIToolBar left/right side button text
Apple's "human interface guidelines" is clear about which side (left or right) you should place certain tool-bar buttons: CANCEL (left).... and.... DONE (right).
Which side (left or right) should ...