initWithCustomView method
initWithCustomView:
Implementation
UIBarButtonItem initWithCustomView(UIView customView) {
objc.checkOsVersionInternal('UIBarButtonItem.initWithCustomView:', iOS: (false, (2, 0, 0)));
final _ret = _objc_msgSend_1sotr3r(
this.ref.retainAndReturnPointer(),
_sel_initWithCustomView_,
customView.ref.pointer,
);
return UIBarButtonItem.castFromPointer(_ret, retain: false, release: true);
}