Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation bar disappears when going back #6

Open
darrarski opened this issue Mar 28, 2015 · 13 comments
Open

Navigation bar disappears when going back #6

darrarski opened this issue Mar 28, 2015 · 13 comments

Comments

@darrarski
Copy link

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

@confile
Copy link

confile commented May 8, 2015

+1 I have the same problem

@ltebean
Copy link
Owner

ltebean commented May 9, 2015

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

@kamarshad
Copy link

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

@Guicai-Li
Copy link

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

@leiocai
Copy link

leiocai commented Jul 13, 2015

+1 i meet the same problem,

@lilin87788
Copy link

+1

2 similar comments
@brycezhang
Copy link

+1

@szl-926929
Copy link

+1

@szl-926929
Copy link

ios8,ios9,all have the bug

@szl-926929
Copy link

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

@jadynwu
Copy link

jadynwu commented Jan 12, 2016

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

@szl-926929
Copy link

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

@acumen1005
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests