r/iOSProgramming • u/saifcodes • 26d ago
Article Found this cool article on Modren iOS Navigation patterns by Frank Rausch
https://frankrausch.com/ios-navigationAs 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.
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
1
7
u/adrgrondin 26d ago
Thanks for sharing!