[TIMOB-28310] iOS: Replace UIViewControllerPreviewing with UIContextMenuInteaction
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Vijay Singh |
| Assignee | Unknown |
| Created | 2021-01-08T20:21:44.000+0000 |
| Updated | 2021-01-08T20:21:44.000+0000 |
Description
UIViewControllerPreviewing has bee deprecated in iOS 13 with [UIContextMenuInteaction](https://developer.apple.com/documentation/uikit/uicontextmenuinteraction). Titanium need to adopt the new APIs. In Titanium, UIViewControllerPreviewing APIs are exposed via [Ti.UI.iOS.PreviewContext](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.PreviewContext), [Titanium.UI.iOS.PreviewAction](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.PreviewAction) and [Titanium.UI.iOS.PreviewActionGroup](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.PreviewActionGroup).
No comments