snapshotViewAfterScreenUpdates method
snapshotViewAfterScreenUpdates:
Implementation
UIView? snapshotViewAfterScreenUpdates(bool afterUpdates) {
objc.checkOsVersionInternal('UIView.snapshotViewAfterScreenUpdates:', iOS: (false, (7, 0, 0)));
final $ret = _objc_msgSend_1t6aok9(object$.ref.pointer, _sel_snapshotViewAfterScreenUpdates_, afterUpdates);
return $ret.address == 0 ? null : UIView.fromPointer($ret, retain: true, release: true);
}