iOS 7 Custom UINavigationBar TitleView moves when Pushing or Popping new View Controller

后端 未结 7 889
谎友^
谎友^ 2020-12-18 18:26

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         


        
相关标签:
7条回答
  • 2020-12-18 19:03

    In my case it happened because I was setting UIBarButton before titleView. Setting titleView should be first. Works perfectly now.

    0 讨论(0)
提交回复
热议问题