CoronaCards — iOS
Using CoronaCards, your existing iOS app can leverage the full power of Corona's engine via one or more Corona-based views (CoronaView
). These views are based on the iOS GLKView
and can be inserted into the UIView
hierarchy. They can be sized as partial or full-screen just like any other UIView
and may even be shown as transparent overlays on top of existing content.
System Requirements
- macOS 10.11 or later
- Xcode (minimum version allowed by Apple to submit apps to the App Store)
Installation
Get the desired CoronaCards framework from the download page and follow the instructions to install it.
Samples
The following basic samples are available on GitHub. They exhibit the different ways in which CoronaCards can be integrated into an existing app. These samples expect CoronaKit.framework
to be installed in /Users/Shared/CoronaLabs/ios/
. See the setup guide for more information.