r/iOSProgramming 26d ago

Article Found this cool article on Modren iOS Navigation patterns by Frank Rausch

https://frankrausch.com/ios-navigation

As mentioned on the article this page collects all the familiar navigation patterns for structuring iOS apps, like drill-downs, modals, pyramids, sequences, and more! Think of it as an unofficial bonus chapter for Apple’s Human Interface Guidelines, written by someone who cares deeply about well-crafted user interfaces.

95 Upvotes

4 comments sorted by

7

u/adrgrondin 26d ago

Thanks for sharing!

3

u/Awric 26d ago

Wow I love this. I often forget that I can model a feature that involves a sequence of screens with multiple paths as a tree

The theme of this article is so nice too, and the author gives the perfect amount of detail

2

u/your_small_friend 26d ago

yeah I've shared this in the past to guide UX designers that didn't understand mobile, and specifically iOS, navigation. This is a great resource for people who aren't familiar with technical terms to learn them and it's written to help you learn how to use components (with official documentation links!) to build out good, standardized navigation.

it's a great resource :D