How to call the tap on the back-button in the UINavigationBar programmatically?
views:
29answers:
1
+2
A:
From your view controller, simply call:
[self.navigationController popViewControllerAnimated:YES]
Philippe Leybaert
2010-10-10 09:51:47