iOS UIKit sample
This example shows how to write iOS UI applications in Kotlin, and run them on Apple devices, such as an iPhone.
To build and run the sample do the following:
-
Open
UIKitSample.xcodeprojwith Xcode, set development team to your own and make bundle ID unique in project settings. or 1a. Similarly modifybundleIdPrefixandDEVELOPMENT_TEAMinproject.ymland then generate Xcode project withxcodegen(https://github.com/yonaskolb/XcodeGen/). -
Now build and run the application with Xcode on a connected iPhone or simulator.
Note that in this example we do not use storyboards, and instead create user interface components programmatically. Defining UI with storyboards in pure Kotlin iOS applications is supported as well.