Hi,
I have an exising iOS app, which i am doing a partial conversion to Xamarin Forms. On one of my form pages i have implemented an interface which i need to be able to get access to from the ViewController within the iOS Code. How can i get to the underlying Forms page to access the interface?
I have found that Xamarin.Forms.Platform.iOS.PlatformRenderer has a Platform.Page property which will give me access to what I need, but this is not accessible.
Thanks
Phil