tpg offline is an iOS app that allows you to travel in Geneva by bus and tramay without cellular data. This application is available on the iOS App Store
This project was built in Swift 4, so you will need Xcode 9, and Carthage.
Also, be sure to add somewhere in your code this struct, with your API keys:
struct API {
static let googleMaps = "" // Put your Google Maps Geocoding API key here
static let tpg = "" // Put your tpg API key here
}
You can help by translating the app on Transifex
Rémy Da Costa Faro
tpg offline is available under the MIT license. See the LICENCE file for more information.