ObjCOutlet

Native
1.3
@Target ( [AnnotationTarget.PROPERTY] ) annotation class ObjCOutlet
(source)

Makes Kotlin property in Objective-C class settable through Objective-C dispatch to be used as IB outlet.

Constructors

Native
1.3

<init>

Makes Kotlin property in Objective-C class settable through Objective-C dispatch to be used as IB outlet.

ObjCOutlet ( )