Shanu Singh

Results 4 comments of Shanu Singh

This logic worked in my case. In AppDelegate class. In FinishedLaunching() method put this. ` if (!VersionTracking.IsFirstLaunchEver) { var tabBarController = new RootViewController(); SetRootViewController(tabBarController, false); } else { UIStoryboard FirstOnboarding...