2009年8月27日 星期四

UIViewController

originally in view of A controller,
then show view of B controller:
[self presentModalViewController:testViewController animated:YES];
[testViewController release];

jump back to view of A controller
[self dismissModelViewControllerAnimated:YES];

沒有留言:

張貼留言