Syncano's iOS library is written in Objective-C and provides communication with Syncano (www.syncano.com) via HTTPS RESTful interface.
The full source code can be found on Github - feel free to browse or contribute.
You can find quick start on installing and using Syncano's iOS library (for both Obj-C and Swift) in our documentation.
For more detailed information on how to use Syncano and its features - our Developer Manual should be very helpful.
In case you need help working with the library - email us at libraries@syncano.com - we will be happy to help!
Appledoc documentation can be generated by building a Documentation target in syncano-ios.xcworkspace. Docs will be in the Syncano-Docs directory and will be installed to the Xcode documentation, too. In case something is wrong, logs are put into the appledoc.log file. If you need to download appledoc visit https://github.com/tomaz/appledoc/.
To write documentation, we recommend using the VVDocumenter XCode plugin. It makes writing correctly structured documentation a little easier. Simply place your cursor above method/class/anything you wish to describe, and type /// to generate a documentation template snippet for that item.
Syncano's iOS Library (syncano-ios) is available under the MIT license. See the LICENSE file for more info.