Hi
I want to create back开发者_JAVA百科 button and place in table view page.
That is I need when I press button it will goes next page of tableview page from one UIView subclass to table view control class.
Here i need to create navigation controller with back button in iPhone.
Can anyone help me.
self.navigationController.navigationBar.backItem.title = @"Title of back view";
This will do.
精彩评论