initWithFrame method

UIWindow initWithFrame(
  1. CGRect frame
)

initWithFrame:

Implementation

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