/Lab17_Segue_ShareInformation

This Lab is the second part of the introduction of Segue Concept in Swift

Primary LanguageSwift

Lab17_Segue_ShareInformation

This Lab is the second part of the introduction of Segue Concept in Swift

Topic

Use the previous Lab and the lecture in class to build an app with 2 View Controller.
The first one must have a lable for display the Name which come from the seconde ViewController and 1 button to go to the seconde ViewController.
The Seconde ViewController have 1 UITextField and 1 share Button.
The User can tape the name in the TextField and when he touch "Share Button" the app go back to the RootViewController and display the Text from the Textfield

Screenshot 2021-11-01 at 10 35 33

Screenshot 2021-11-01 at 10 35 57

Screenshot 2021-11-01 at 10 37 46

Screenshot 2021-11-01 at 10 38 07