LTNavigationBar icon indicating copy to clipboard operation
LTNavigationBar copied to clipboard

Navigation bar disappears when going back

Open darrarski opened this issue 9 years ago • 13 comments

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:

LTNavigationBar-issue

darrarski avatar Mar 28 '15 01:03 darrarski

+1 I have the same problem

confile avatar May 08 '15 14:05 confile

you can comment out this line in viewWillAppear [self scrollViewDidScroll:self.tableView];

ltebean avatar May 09 '15 02:05 ltebean

I am facing same problem and the solution suggested by @ltebean not working at all.

kamarshad avatar May 26 '15 09:05 kamarshad

@ltebean 1.在第一个Tab直接点击➕按钮,Push出来的页面看不到Navigation Bar 2.在第二个Tab下拉,Button莫名其妙左侧多了一个UINavigationBarBackIndicatorView。

Guicai-Li avatar Jun 29 '15 03:06 Guicai-Li

+1 i meet the same problem,

leiocai avatar Jul 13 '15 08:07 leiocai

+1

lilin87788 avatar Oct 04 '15 12:10 lilin87788

+1

brycezhang avatar Dec 16 '15 03:12 brycezhang

+1

szl-926929 avatar Jan 11 '16 12:01 szl-926929

ios8,ios9,all have the bug

szl-926929 avatar Jan 11 '16 12:01 szl-926929

i have add the code:[self scrollViewDidScroll:self.tableView];,but ,it can't solve the question

szl-926929 avatar Jan 11 '16 13:01 szl-926929

@szl-926929 you may not add self.scrollView.delegate = self

jadynwu avatar Jan 12 '16 02:01 jadynwu

@JadynSky 不是的。你说的解决不了问题。二是作者的代码本来就存在这个缺陷。我现在尝试着自定义转成动画来解决这个缺陷。如果你有好办法,可以告诉我。学习一下

szl-926929 avatar Jan 12 '16 03:01 szl-926929

遇到同样的问题,有什么比较好的解决方案!

acumen1005 avatar Aug 18 '17 01:08 acumen1005