initWithNibName method
initWithNibName:bundle:
Implementation
UIViewController initWithNibName(objc.NSString? nibNameOrNil, {objc.NSBundle? bundle}) {
final _$$ref$9 = object$.ref;
final _$$ref$10 = nibNameOrNil?.ref;
final _$$ref$11 = bundle?.ref;
objc.checkOsVersionInternal('UIViewController.initWithNibName:bundle:', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_15qeuct(
_$$ref$9.retainAndReturnPointer(),
_sel_initWithNibName_bundle_,
_$$ref$10?.pointer ?? ffi.nullptr,
_$$ref$11?.pointer ?? ffi.nullptr,
);
return UIViewController.fromPointer($ret, retain: false, release: true);
}