Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 527 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 527 Bytes

Navigator

Navigation in Swift

Every application which we build is consist of multiple screens. These screens needs to be navigated from different workflow. Most of the times one screen can be shown from different workflow means it has multiple entry point. This end up with having a code duplication which is endup of updating at multiple places in case of any change in the flow.

Read More - https://www.swiftbysundell.com/posts/navigation-in-swift?utm_source=weeklycocoa.news&utm_medium=feed&utm_campaign=8th_week_2018