4
votes
3answers
111 views

How to hint that there's more beyond what you see in a scroll view?

I'm developing an (iOS) app that mainly consists of a UIScrollView. The view is paged and the scroll bar turned off, so currently there is nothing to indicate to the user that they can scroll down and ...
0
votes
1answer
118 views

Does Apple recommend a minimum table view height?

I know Apple has certain minimum sizes for things like font no smaller than 13pt. I was wondering if they had a spec (maybe in their HIG) for minimum table view height. I have a design with a short ...
3
votes
3answers
136 views

Should scrolling be disabled when there are no items to scroll to?

Assume a horizontal scrollview is being populated with 2 views, leaving 80% of the scroller empty. Should scrolling be disabled? Allowing the user to scroll makes the 2 views move without a purpose.
0
votes
2answers
187 views

Pagination vs Scroll in is iOS apps (ecommerce) [duplicate]

Do you have any detailed study on expected navigation patterns in iOS applications, especially in ecommerce apps? We are designing a photo shoot & order application and I would like to get to ...
4
votes
3answers
189 views

Help find the fastest and easiest-to-grasp approach to let a user go through a complex schedule

I want to let users view schedules on a mobile phone. Its a generic schedule of events Events can be spread across multiple days Events can be spread across multiple venues An event has a time slot ...
5
votes
1answer
402 views

Should an iPhone application scroll to the top of a table when resorting

My application has a table view with a segmented control in a navigation bar. When the users taps a segment in the segmented control, the application fades the table into it's newly sorted state. The ...