Note that there are some explanatory texts on larger screens.

plurals
  1. USKenny
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COBut my current logic flow is that if certain condition in LoginViewController is met/satisfied, I would dismiss LoginViewController which should take me back to MyRootViewController. Otherwise, from LoginViewController the user will proceed thru RegViewController1->RegViewController2, and then I would like to dismiss RegViewController2 and either go back to MyRootViewController, or be able to take user directly to MyTableViewController (preferred).
      singulars
    2. COMaybe I am confused but here is what I understand based on your comments. My nav-related views setup: MyNavController -> MyRootViewController -> MyTableViewController -> MyDetailViewController. My login/reg views path: LoginViewController->RegViewController1->RegViewController2. As you suggested earlier, connect to LoginView as modal (using presentViewController method?) from MyRootViewController. (cont.)
      singulars
    3. COThat's a good suggestion. However, for my registration process, I actually have 2 views, and my registration views are segue from my login view since I have a "Create account" button in login view that segue to reg. views: (LoginViewController->RegViewController1->RegViewController2). So if my initial view show login view using the presentViewController method, and the user ended up in RegViewController2, how do I then return back to the MyRootViewController?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload