PassingData is a simple Xcode example project that shows how to pass data between view controllers in Swift.
This project is part of a code guide on LearnAppMaking.com.
Suitable for: Xcode 8 or 9 / Swift 3 or 4
Running this project is simple:
- Clone or download the project from GitHub
- Open the
.xcodeproj
file - Run the project in Xcode by clicking Play or pressing
Cmd-R