An iOS swift app that shows route information and plots the route on a map
An iOS swift app that shows route information and plots the route on a map. It was used polylines to plot the route’s segments on the map and also used SVGKit to deal with the images for each route segment. Those svg’s icons images are downloaded, cached and converted into images that are displayed for the user.
$ sudo gem install cocoapods
$ git clone https://github.com/jcfausto/transit-app.git
$ cd transit-app
$ pod install --project-directory=TransitApp/
$ open TransitApp/TransitApp.xcworkspace/
This is a study project, so feel free to use it.