Have recently updated my phone to iOS 14 developer beta and found UIMenuController is not working in one of my existing application.
As per the Apple documentation for UIMenuController in the link : https://developer.apple.com/documentation/uikit/uimenucontroller?language=objc, few API’s got deprecated which we are using in our existing application like setTargetRect and setMenuVisible.
Also not found any documentation available for this in iOS 14 beta release notes : https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes
Do we have any alternative available for these API’s or UIMenuController in iOS 14?. If yes, do I need make changes in my existing app and upload new build in AppStore? or this will be fixed in iOS 14 beta/public release?
As per the Apple documentation for UIMenuController in the link : https://developer.apple.com/documentation/uikit/uimenucontroller?language=objc, few API’s got deprecated which we are using in our existing application like setTargetRect and setMenuVisible.
Also not found any documentation available for this in iOS 14 beta release notes : https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes
Do we have any alternative available for these API’s or UIMenuController in iOS 14?. If yes, do I need make changes in my existing app and upload new build in AppStore? or this will be fixed in iOS 14 beta/public release?