I noticed that the titleView\'s position depends on the rightbarbutton title. How can I set the frame of the titleView to be in the center instead?
I\'ve tried setting
Override intrinsicContentSize in your custom view:
intrinsicContentSize
- (CGSize )intrinsicContentSize { return CGSizeMake(180, 44); }