I want to click a button, the page jumps, before android is to get the, ios is not also jump class file? ? ?
I want to jump the page name is TowUi.h. How to write code to make the page jump? ? ? ? ?
Thank you
Reply:
The landlord is not very clear
There are many in the jump page to see what you used
Is a common effect of adding
remove another plus in the main view UIView
Reply:
I just now created two views, then the first view viewController.h There is a button, click after the jump to viewOnecontroller.h
Reply:
Can be displayed or
addSubView[Self presentModalViewController: OtherController animated: YES];
Reply:
There are many ways to jump the system interface, upstairs feasible;
If navigationController, you can use methods like pushViewController
Reply:
I use xcode 4.2 development environment, I would like to achieve page jump,
In the first page: [self.view addSubview: otherv.view]; I was such a jump, no problem.
But I return to the second page of how, when I click a button [self.view removeFromSuperview];
But the writing has no effect, not the end of the current view
Reply:
Give a specific point code? I have found over the Internet, or not use, you see my reply to the third floor stickers, thank you, the novice seeking help.
Reply:
I'll give you a specific code.
viewOnecontroller * p = [[viewOnecontroller alloc] initWithNibName: @ "viewOnecontroller" bundle: nil];
[Self presentModalViewController: p animated: NO] ;/ / not jump
animation plus
Jump back to the original page with:
[Self dismissModalViewControllerAnimated: YES];
If you do not understand, or want to add animation effects to jump, please contact me via QQ.
Reply:
Multi landlord or a good look Shuba
Reply:
I have here an example program is very easy to jump to achieve http://115.com/file/c25is2iw # ViewSwitching.zip
Reply:
I have here an example program is very easy to jump to achieve http://115.com/file/c25is2iw # ViewSwitching.zip
No comments:
Post a Comment