Kotlin/Native and Multiplatform, Episode 15: Shared Library from iOS | Kodeco

This content was released on Apr 2 2019. The official support period is 6-months from this date.

Add a label to the main iOS storyboard, and update the iOS project to use the shared framework to display a greeting in the label.


This is a companion discussion topic for the original entry at https://www.kodeco.com/1304635-kotlin-native-and-multiplatform/lessons/15

Hello,

This task, originating from an April 2019 tutorial on Kotlin Native, involves integrating a shared framework into an iOS project. The core objective is to add a UILabel to the main iOS storyboard and then configure the iOS project to use a function from the shared Kotlin Native framework to display a greeting within that label. This demonstrates a fundamental aspect of multiplatform development: sharing code logic across different platforms.

Best regards,
Cherry