initWithCustomView method

UIBarButtonItem initWithCustomView(
  1. UIView customView
)

initWithCustomView:

Implementation

UIBarButtonItem initWithCustomView(UIView customView) {
  final _$$ref = object$.ref;
  final _$$ref$1 = customView.ref;
  objc.checkOsVersionInternal('UIBarButtonItem.initWithCustomView:', iOS: (false, (2, 0, 0)));
  final $ret = _objc_msgSend_1sotr3r(_$$ref.retainAndReturnPointer(), _sel_initWithCustomView_, _$$ref$1.pointer);
  return UIBarButtonItem.fromPointer($ret, retain: false, release: true);
}