in Education by
I have one problem, I have my first view controller and when i push a button to connect with my host to check if the user is registered.. but when i push the button the storyboard pass the next view and after check the user... So i'm trying pushViewController with code, but i dont know how push a view that is inside the storyboard. Here is the code : http://pastie.org/3025806 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
You have to connect the first view with the second view and choose push. It's important to connect the first view and the second view, NOT the Button and the second view. Edit: I've read your question again. If you change that it will work. If you connect the button and the view controller the push action will be executed directly. The following is just a tip ;o) Click on segue, which links to the second view. You have to give a name to that segue so change the identifier name to something like "loginDone". (Open the right menu for that ;o)) Now you can do this after you checked your login form: [self performSegueWithIdentifier:@"loginDone" sender:self];

Related questions

0 votes
    Difference in Xib/storyboard vs nib?...
asked Nov 10, 2020 in Technology 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 need help on some logic. This is how my application is structured. Welcome View Controller > Login View ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 25, 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 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 _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
0 votes
    Which of the following is the correct syntax of creating a standard navigation tab?
asked Feb 28, 2021 in Technology by JackTerrance
...