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