previewActionItems property
- @Deprecated('UIViewControllerPreviewing is deprecated. Please use UIContextMenuInteraction.')
previewActionItems
Implementation
@Deprecated('UIViewControllerPreviewing is deprecated. Please use UIContextMenuInteraction.')
objc.NSArray get previewActionItems {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIViewController.previewActionItems', iOS: (false, (9, 0, 0)));
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_previewActionItems);
return objc.NSArray.fromPointer($ret, retain: true, release: true);
}