Tagged Questions
1
vote
1answer
157 views
How can I design a UI for iOS with a diamond shaped drill down interface?
I have a basic drill down interface for iOS devices.
A -> B -> C -> D
The problem is that the following interface would work equally well:
A -> C -> B -> D
What I need is some kind of diamond ...