toga/docs/reference/platforms/iOS.rst
Russell Keith-Magee 54992da5c9
Apply suggestions from code review
Co-authored-by: Russell Martin <russell@rjm.li>
2024-03-25 06:25:29 +08:00

27 lines
653 B
ReStructuredText

===
iOS
===
The Toga backend for iOS is `toga-iOS
<https://github.com/beeware/toga/tree/main/iOS>`__.
Prerequisites
-------------
``toga-iOS`` requires iOS 12 or newer.
Installation
------------
``toga-iOS`` must be manually installed into an iOS project; The recommended approach
for deploying ``toga-iOS`` is to use `Briefcase <https://briefcase.readthedocs.org>`__
to package your app.
Implementation details
----------------------
The ``toga-iOS`` backend uses the `UIKit Objective C
API <https://developer.apple.com/documentation/uikit>`__.
The native APIs are accessed using `Rubicon Objective C
<https://rubicon-objc.readthedocs.io/>`__.