Passing data between view controllers
This question seems to be very popular here on Stack Overflow so I thought I would try and give a better answer to help out people starting in the world of iOS like me. Passing Data Forward Passing data forward to a view controller from another view controller. You would use this method if you wanted … Read more