Hi , i having an issue with Xamarin.Forms , i've created a PageRenderer for a Forms Page , and now i need to show another Forms Page after some processing on this PageRender, on iOS i have the method CreateViewController() ... In Android i have no idea of what is the similar function ... i've tried SetPage, but this method not exists on PageRenderer ...
↧