Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 503 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 503 Bytes

Conversions-ios

iOS app code for diploma thesis project on adaptive educational app.

How to

The app uses CocoaPods as a external dependency manager. To install all necessary dependencies, please run pod install from the parent directory first. Then proceed by opening EverydayMath.xcworkspace in Xcode 7.

To fully use the app, you need your instance of backend server running. See zvonicek/Conversions-backend repository for more info. The server URL is configurable in APIClient.swift.