in Education by
I need help on some logic. This is how my application is structured. Welcome View Controller > Login View Controller > Tab Bar Controller > Feed Navigation Controller So, i used presentmodal for the transition of Welcome View Controller to Login View Controller. using [self presentModalViewController:loginVC animated:YES]; So now i'm in Login View Controller. But how to i navigate to the Tab Bar Controller which will show the rootviewcontroller of the Feed Navigation Controller? I tried [self presentModalViewController:tabBarController animated:YES]; But i'm not getting the navigation controller in it! Thank you! JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
If TabBarController is your rootController, then your implementation is probably wrong. Have the Welcome Screen as your ModalViewController and Navigate to LoginScreen, and perform necessary actions. if (LoginSuccessful) // Dismiss modalview controller This will bring control back to your rootController, and you do not need to navigate from welcome to login to tab bar and stuff like that.

Related questions

0 votes
    I have ATMhud. I' m showing hud with progress bar. I want to download actualization then. But user ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    The component of an ICAI (Intelligent Computer Assisted Instruction) presenting information to the student is the? (a) ... ) All of the mentioned Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    Which is a process of presenting a topic or information to people? Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    I am trying to update an Entity EF Core record like this: public class Customer { public int Id { ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 10, 2022 in Education by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    I create a blank project whit expo init then I installed react-navigation whit npm install @react-navigation ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I am trying to use a BottomNavigationView with Android Navigation to create a standard tabbed application with three ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    I'm trying to access my .xml file in the ClientBin with no success. code: WebClient xmlClient = ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I have the following nav element in regular html. I would like to convert it to a dynamic loop in ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I have one problem, I have my first view controller and when i push a button to connect with my ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    The _taskbar is more flexible and provides an easy navigation facility Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    Which of the following class is used to create a black navigation bar? .navbar-default .navbar-inverse .navbar-black .navbar-dark...
asked Feb 28, 2021 in Technology by JackTerrance
...