Hi,
I need to navigate from a UIViewControllerPage to a Content page (with custom PageRenderer). I found this - https://github.com/xamarin/xamarin-forms-samples/tree/master/Native2Forms and it is working fine if the Content page does not use custom PageRenderer. But for my case, I have a ContentPage which is using custom PageRenderer. And I need to navigate this Content page from my UIViewController (another PageRenderer for iOS).
How can I solve this?
Thank you,
Arefin