Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.04 KB

RunningApp

Screenshots

RunningApp(1) RunningApp(2) RunningApp(4) RunningApp(5)

Description

  • This is a running iOS application
  • It tracks your running path from your starting point to your ending point
  • It tracks the distance (Miles and Kilometers)
  • It tracks your running time
  • UI with Storyboard
  • MVC Design Pattern

Frameworks:

  • Foundation
  • UIKit
  • CoreLocation
  • MapKit

What I've Learned:

  • How to use MapKit
  • How to use UserDefaults
  • How to create a timer programmatically
  • How to round integers to required decimal
  • How to create color sets to be used with dark mode and light mode
  • How to save and share a screenshot of the app