I am using a custom title view for a UINavigationBar with the following code:
// Set a label to the nav bar THLabel *titleLabel = [[THLabel alloc] init]; tit
It's reproducible for me only if I place setting titleView code in viewWillAppear. Moving it to viewDidLoad fixes the issue