UITextField$1.as constructor

UITextField$1.as(
  1. ObjCObject other
)

Constructs a UITextField$1 that points to the same underlying object as other.

Implementation

UITextField$1.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UITextField', iOS: (false, (2, 0, 0)));
}