CurrentItem
does not work on iOS but it does work on Android, I am using xamarin.
This is my code:
Shell.Current.CurrentItem = new MyPageTest();
Launch this exception:
system.NullReferenceExcepion
Object reference not set to an instance of an object.
Is there any way to change the CurrentItem?