UIFocusUpdateContext.as constructor
UIFocusUpdateContext.as(
- ObjCObject other
Constructs a UIFocusUpdateContext that points to the same underlying object as other.
Implementation
UIFocusUpdateContext.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UIFocusUpdateContext', iOS: (false, (9, 0, 0)));
}