Fatan1996 / Lab16_Segue

This Lab introduce the concept of Segue in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab16_Segue

This Lab introduce the concept of Segue in Swift

Topics

After the lecture in class, build an app call view 3 view controller. Those view controller must used "Embed In" navigation controller to display each of them.

You must have 1 label on each ViewController which discribe your view (View One, View Two, View Three).
On the view One and Two you need to have a button to go to the next view. (View One ---> View Two ---> View Three)

Use the native "back" button to go to the previous view

View One
Screenshot 2021-11-01 at 08 12 46

View Two
Screenshot 2021-11-01 at 08 13 03

View Three
Screenshot 2021-11-01 at 08 13 19

Resources

https://weloveswift.com

About

This Lab introduce the concept of Segue in Swift


Languages

Language:Swift 100.0%