i have a UItabbacController with 6 tabs. My "More" tab contains 2 UIviewcontrollers. How to change title of one UIViewcontrolleller which will be showing in Morenavigationcontroller.
Initially that view controller title is "registration". But after logged in i have to change to "profile". Please help me ..thanks
- Edit
I have only one nib file and one ProfileViewController class and one ProfileView Class.
After logged in am just changing the title of one viewcontroller. that tableview cell text always showing "registration" only. thanks in advance