iOS AppDev Patterns: Linked Content Cursors
I’ve already talked about the Content Cursor pattern. This post is an extension of that idea to increase the flexibility of layout across sections.
To understand the problem, let us revisit a page from our hypothetical iPad magazine.
Here’s the layout of the page in portrait mode.
…and here is the same page in landscape mode.
The first important thing to notice here is that the two Politics sections have changed in position and/or size. More specifically, the upper Politics section has morphed into a tall rectangle, while the lower one has stretched horizontally.
Continue reading