a means of organizing content into rows and columns, often but not always in a grid based layout where columns and rows have distinct relationships.
4
votes
4answers
173 views
Modal views vs popovers in iPad
I'm transitioning from an iPhone app to iPad, in the iPhone version I have a view hierarchy similar to this:
That is, an UITableView, while tapping on a cell the app navigates to another view with ...
1
vote
3answers
75 views
Infinite growing item collection
We have a webapp that lets users to create their own tags and assign them data rows for identification purposes.
Currently design looks something like this like this:
--------------------
Created ...
0
votes
0answers
24 views
Support Lifecycle - anyone have a good example?
I am trying to create a nice way to display support lifecycle for a series of product. Most other companies simply display humongous tables, but I want something that is a bit more easy to read and ...