tabBarItem property
UITabBarItem
get
tabBarItem
tabBarItem
Implementation
UITabBarItem get tabBarItem {
objc.checkOsVersionInternal('UIViewController.tabBarItem', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_tabBarItem);
return UITabBarItem.fromPointer($ret, retain: true, release: true);
}
set
tabBarItem
(UITabBarItem value)
setTabBarItem:
Implementation
set tabBarItem(UITabBarItem value) {
objc.checkOsVersionInternal('UIViewController.setTabBarItem:', iOS: (false, (2, 0, 0)));
_objc_msgSend_xtuoz7(object$.ref.pointer, _sel_setTabBarItem_, value.ref.pointer);
}