Change position of navigationItem.title

Posted by ludo on Stack Overflow See other posts from Stack Overflow or by ludo
Published on 2010-03-25T08:18:31Z Indexed on 2010/03/25 8:23 UTC
Read the original article Hit count: 341

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,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c