Your First iOS and UIKit App

Jul 24 2018 · Swift 4, iOS 12, Xcode 10

Part 4: Coding Practice

36. Challenge: Adding Extra Screens

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 35. Adding Extra Screens Next episode: 37. Conclusion

Notes: 36. Challenge: Adding Extra Screens

Update May 2020: I have updated the final project so that it runs fine on the latest version of Xcode (11.4.1). I had to make one minor change:

1) Change Segue Transition

In Main.storyboard, select the segue between About View Controller and About Author View Controller. In the Attribute Inspector, change the Transition to Flip Horizontal.

That's it! Everything should now run fine :]