Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

File metadata and controls

22 lines (17 loc) · 1.01 KB

RouteView

Week 10 Project for Devslopes Academy

Build a running app.

Requirements

  • The user will tap to start a run in the app. Then they will run any distance. When they are done with the run they will open the app and tap stop run. You will show them a map with a line showing the route they just ran.
  • You must also show the distance they ran
  • Have an option to show distance in miles or kilometers
  • Have a share button that takes a screenshot of your route via SMS

Screenshots

Features

  • Swift Programming Language
  • MVC design pattern
  • MapKit
  • Core Location
  • Multi-threading
  • Timer