Hi,
I am sort of new to IOS/Xamarin IOS development and I am using the latest version of Xcode/Xamarin.
I designed my initial entry screen and have another screen I want the user to be directed to once they pass the login logic.
I can't find any useful examples that show how to redirect/replace the main view once the login is successful...
Can someone show me some VERY basic code that just switches over to a new viewcontroller/screen once I successfully log in??
Thanks!