Change position of navigationItem.title
- by ludo
Hi,
In my ViewDidLoad I use :
self.navigation.title = @"test";
It will display my title in the middle of my UINavigationController, how can I change the position and put this title on the left.
Or maybe create a label and put it on the left?
Thanks,