I am working on a Xamarin app. I want a certain object to implement the interface IUIDropInteractionDelegate if and only if the app is running on an iOS 11 device. On iOS 10 or earlier, the interface is not available. The app also supports iOS 10. How do I do that?
Asked
Active
Viewed 42 times