Component - Coordinator pattern
The Coordinator pattern helps organize navigation in an iOS app by moving navigation logic out of view controllers. It uses a separate object called a coordinator to manage screen transitions, making the app easier to understand and maintain.