UITextInput.as constructor
UITextInput.as(
- ObjCObject other
Constructs a UITextInput that points to the same underlying object as other.
Implementation
UITextInput.as(objc.ObjCObject other) : object$ = other;