initWithFrame method
initWithFrame:
Implementation
UIView initWithFrame(objc.CGRect frame) {
objc.checkOsVersionInternal('UIView.initWithFrame:', iOS: (false, (2, 0, 0)));
final _ret = _objc_msgSend_15yz4e6(this.ref.retainAndReturnPointer(), _sel_initWithFrame_, frame);
return UIView.castFromPointer(_ret, retain: false, release: true);
}