Category Archives: Navigation

Passing Data Between View Controllers in Swift
Passing data from one view controller to another view controller is something you need in almost every app. But yet I have seen many people struggling with this. So I have decided to write this blog for beginner level iOS App Developers to understand how to pass the data. There could be two scenarios when […]