You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From AppDelegate i need to present LoginPage ,from On Success of Login i need to show Actual content view with slider ,but in provided samples of this component in AppDelete itself rootviewController of side menu has been set as UIWindow root viewController .but how can i show my login page and then move to Content page , need little help, kid in xamarin :(
The text was updated successfully, but these errors were encountered:
An old question but since nobody tried to explain I'll try to give two approaches. Perhaps it will be helpful for others.
First option
Remmber RootViewController of current window, and replace it with logon screen viewcontroller.
After successful logon switch back to previously remmbered RootViewController
Second option
Create separate "window" for login page and properly shuffle it.
Calling MakeKeyAndVisible on a window makes this window visible to the user.
From AppDelegate i need to present LoginPage ,from On Success of Login i need to show Actual content view with slider ,but in provided samples of this component in AppDelete itself rootviewController of side menu has been set as UIWindow root viewController .but how can i show my login page and then move to Content page , need little help, kid in xamarin :(
The text was updated successfully, but these errors were encountered: