Files
nextcloud-docs/developer_manual/ios_library/index.rst

26 lines
708 B
ReStructuredText

===========================
iOS Application Development
===========================
This document will describe how to the use ownCloud iOS library. The ownCloud
iOS library for iOS allows a developer to communicate with any ownCloud server;
among the features included are file synchronization, upload and download of
files, delete rename and move of files and folders and share files or folders
by link among others.
This library may be added to a project and seamlessly integrates any
application with ownCloud.
The tool needed is Xcode 5, this guide includes some screenshots showing
examples in Xcode 5.
.. _iosindex:
.. toctree::
:maxdepth: 1
:hidden:
library_installation
examples