LTNavigationBar
LTNavigationBar copied to clipboard
Navigation bar disappears when going back
Steps to reproduce:
- start demo project in iPhone 5 Simulator with iOS 8.2
- make sure screen is scrolled to the very top
- tap
+
button on navigation bar - tap
Back
button on navigation bar
Expected results:
- navigation bar should be visible during view controllers transitions
Results:
- navigation bar disappears during view controllers transitions
Animated screenshot:
+1 I have the same problem
you can comment out this line in viewWillAppear [self scrollViewDidScroll:self.tableView];
I am facing same problem and the solution suggested by @ltebean not working at all.
@ltebean 1.在第一个Tab直接点击➕按钮,Push出来的页面看不到Navigation Bar 2.在第二个Tab下拉,Button莫名其妙左侧多了一个UINavigationBarBackIndicatorView。
+1 i meet the same problem,
+1
+1
+1
ios8,ios9,all have the bug
i have add the code:[self scrollViewDidScroll:self.tableView];,but ,it can't solve the question
@szl-926929 you may not add self.scrollView.delegate = self
@JadynSky 不是的。你说的解决不了问题。二是作者的代码本来就存在这个缺陷。我现在尝试着自定义转成动画来解决这个缺陷。如果你有好办法,可以告诉我。学习一下
遇到同样的问题,有什么比较好的解决方案!