popViewControllerAnimated from back buttton
Posted
by Goods
on Stack Overflow
See other posts from Stack Overflow
or by Goods
Published on 2010-05-16T03:12:19Z
Indexed on
2010/05/16
3:20 UTC
Read the original article
Hit count: 472
iphone
|popviewcontroller
How can I popview from back button pressed, i passed the below code from previous view controller. Thanks
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Back" style:UIBarButtonItemStyleBordered target:nil action:nil];
© Stack Overflow or respective owner