Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.08 KB

Swoosh app

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.

alt text alt text alt text

Topics learned

  1. Auto layout.
  2. UISTackView.
  3. Segues.
  4. IBAction.
  5. Passing data between view controllers.
  6. Model, View, Controller project structure.

Installing & running

This was built using Version 10.2.1. Download or clone the repo.

  1. Open the file in Xcode.
  2. 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.
  1. Clean the project.
  2. Build & Run.