popoverPresentationController property
UIPopoverPresentationController?
get
popoverPresentationController
popoverPresentationController
Implementation
UIPopoverPresentationController? get popoverPresentationController {
objc.checkOsVersionInternal('UIViewController.popoverPresentationController', iOS: (false, (8, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_popoverPresentationController);
return $ret.address == 0 ? null : UIPopoverPresentationController.fromPointer($ret, retain: true, release: true);
}