Swoosh app was built using training material from Devslopes IOS 12 training. Swoosh app is a simple 3 screen application allowing users to interact from screen to screen using UIButtons. Data is passed from Controller to Controller using segues.
- Auto layout.
- UISTackView.
- Segues.
- IBAction.
- Passing data between view controllers.
- Model, View, Controller project structure.
This was built using Version 10.2.1. Download or clone the repo.
- Open the file in Xcode.
- Go to the project folder.
- Set the bundle identifier to your bundle identifier e.g. (com.YOUR-NAME.APP-NAME).
- Set your team to remove any build errors.
- Clean the project.
- Build & Run.