Tagged Questions
1
vote
1answer
64 views
Which UI Design is better for iPhone?
I have a PickerView for choosing time. For example, the user can choose 5 hours and 10 minutes. I should use one picker view to display two row... or I should separate to two picker view, in the ...
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 ...