-
This is just a start framework for anyone that wants to start building an iOS app using the MAVSDK-Swift framework. You can download this then change everything for your project. It's just a starter single page app with MAVSDK-Swift imported. Best of luck!
-
Prior to using this you should read through these instructions to make sure you have everything installed correctly.
- Clone the project
- Go into terminal then proejct folder and run
carthage bootstrap --platform ios
to download all dependencies. - Set signing and company name in project.
- Build to make sure everything compiled correctly.
- Start building your app.