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
Go to SettingsViewController.Swift > internal func signOut()
In signOut()Comment out the following line of code let loginVc = self.viewController(viewControllerClass: LoginViewController.self, from: StoryBoardIdentifiers.main)
In place of the code we just commented add the following code: let loginVc = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: StoryBoardIdentifiers.walktrhoughViewController)
Build and run. When you sign-out from Settings tab, Walkthrough screen is presented hence no need to uninstall and reinstall the app everytime.
This code is purely meant to make testing easy and should NOT be commited.
Screenshots/ gif
Color of next button
Description text issue
Page controller action
The text was updated successfully, but these errors were encountered: