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

后端 未结 7 1094
谎友^
谎友^ 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

    It's reproducible for me only if I place setting titleView code in viewWillAppear. Moving it to viewDidLoad fixes the issue

提交回复
热议问题