shouldUpdateFocusInContext method
Asks whether the system should allow a focus update to occur.
Implementation
bool shouldUpdateFocusInContext(UIFocusUpdateContext context) {
objc.checkOsVersionInternal('UIViewController.shouldUpdateFocusInContext:', iOS: (false, (9, 0, 0)));
return _objc_msgSend_19nvye5(this.ref.pointer, _sel_shouldUpdateFocusInContext_, context.ref.pointer);
}