Home

iOS Development - Workout App

Technology: Swift, Xcode

I had previously used android for a class project (ComS 309) so I leveraged that experienced
to make an iOS app. For this project, I made a workout app that someone can use to
start a workout, track exercises, and later view the workouts in a history page.

Project Files



Storyboard showing the screen flow

ExerciseViewController.swift (click on image to download file):



HistoryViewController.swift (click on image to download file):



WorkoutViewController.swift (click on image to download file):



Exercise.swift (click on image to download file):



Workout.swift (click on image to download file):