pushViewController using UINavigationItem instead of UINavigationController
- by jaume
Hello, I have implemented a method didSelectRowAtIndexPath that should push another view. I have a code running properly using a navigationController but in this case I am using a navigationItem on a view. How could I trigger a view? Thanx
Error log:
2010-03-25 00:09:52.459 TableArchive[1062:207] trigger
2010-03-25 00:09:52.461…