initWithFrame method

UIScrollView initWithFrame(
  1. CGRect frame
)

initWithFrame:

Implementation

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