So, last time we learned how to make a simple Hello World app on a single view controller. As fancy as it was, you probably want more than one screen in your app, right?
Perhaps you want a way to segue into the next screen?
That’s what we’re going to go over today, as well as one of the simple ways to share data between view controllers.
[Read more…]