iOS app code for diploma thesis project on adaptive educational app.
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.