I now do a iOS client login, you can visit and register as shown on the registration is simple and direct push enough;
Landing when the need to determine whether the input is correct, then jump to a tableviewcontroller interface, in order to verify the correct jump, you need to log in buttons and tableview. . This connection about it, you should choose which segue;
The Internet to find some information
[Self presentModalViewController: viewController animated: YES];
What this sentence is implemented, viewController is to jump to the page you
Seeking advice about Great God, for the first time to do this.
Reply:
else
{
/ / Successful landing, jump to the next page
}
There should be how to write code to correct skip to the next page, seeking to rescue
Reply:
Reply:
Why do not you answer me, I jump successfully, but the jump to the screen only shows the Title is right,, traderview the contents of the other black screen does not show
Reply:
With a storyboard, then you generally have a link identifier after a judgment can be properly performSegueWithIdentifier
Reply:
performSegueWithIdentifier not want to connect to, and if connected, select which segue ah; even if the input is empty or is it not also wrong to jump to tableview it?
Reply:
perform this link is executed judgment is not passed, then do not call this method. Choose which push or modal depends on your own design
Reply:
So I wrote before, but if the account password is blank, then went back to the page to jump to tableview
Reply:
MyViewController * trader = [[MyViewController alloc] init];
[Self.navigationController pushViewController: trader animated: NO];
Do you have a question, why the jump page is blank
No comments:
Post a Comment