Hi,
I have monogame 3.5.1.1679 Version nuget package in xamarin studio, in the initialize() method of may game, i try to get root viewcontroler like this:
var controller = UIApplication.SharedApplication.Windows[0].RootViewController;
but return null , RootViewController is null
¿Is a bug?
¿Other way to get RootViewController?
Please help.
Thanks in advance, and sorry for my english.