appearance static method
appearance
Implementation
static UITabBar appearance() {
final $ret = _objc_msgSend_151sglz(_class_UITabBar, _sel_appearance);
return UITabBar.fromPointer($ret, retain: true, release: true);
}
appearance
static UITabBar appearance() {
final $ret = _objc_msgSend_151sglz(_class_UITabBar, _sel_appearance);
return UITabBar.fromPointer($ret, retain: true, release: true);
}