0
votes
1answer
126 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 ...
2
votes
2answers
73 views

Map with tappable neighborhoods vs. list of neighborhoods in iPhone app

I'm designing an iPhone app which gives users the option to filter by neighborhoods and I'm considering giving users the option to select neighborhoods from a list as well as by tapping on ...
2
votes
1answer
180 views

What is the best method to show selected filters from very long lists?

I need to find a solution for displaying flagged items from a very long list. The following pics shows the filter panel of the iPad App. Users can select all the items or search for specific items ...
4
votes
6answers
978 views

iPhone table view filter with multiple controls

Assume we have a real-estate iPhone app which shows a list of properties in a table view. I would like to offer the user the ability to filter the list according to about 6-7 different criteria. ...
2
votes
4answers
168 views

Ideas and/or research results on the best way to present a lengthy list of chapters

I'm looking for the best way to present a list of chapters on an iPhone. My first stab was to create a vertically scrolling table with a row for each chapter. For example, when showing the chapters of ...
2
votes
1answer
383 views

iOS grouped or normal tableview for categories

So I have tableview where I got different categories for huge amount of items. Would it make more sense to put the categories in grouped tableview or in a normal, or does it matter at all?