allocWithZone static method

UITabBarController allocWithZone(
  1. Pointer<NSZone> zone
)

allocWithZone:

Implementation

static UITabBarController allocWithZone(ffi.Pointer<objc.NSZone> zone) {
  final $ret = _objc_msgSend_1cwp428(_class_UITabBarController, _sel_allocWithZone_, zone);
  return UITabBarController.fromPointer($ret, retain: false, release: true);
}