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
In my case it happened because I was setting UIBarButton before titleView. Setting titleView should be first. Works perfectly now.