andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

Large Titles make the content disappear #322

Closed lpbas closed 5 years ago

lpbas commented 6 years ago

Describe the bug Another bug I've found is with the large titles that are hiding the content. Please see the attached gif. Try the following on the sample project:

To Reproduce Steps to reproduce the behavior:

  1. Open the sample project and select Large Titles
  2. Scroll down
  3. Scroll all the way up
  4. The Content is now hidden under the large Navigaiton Bar.

Expected behavior The content offset should not change, and the whole contents of the scroll view should remain visible.

Screenshots Please see the video of the problem: gif

andreamazz commented 6 years ago

The issue is here.
At the moment I can't come up with a solution, however, if you don't need a table view with a floating header, you can comment out that line.

lpbas commented 6 years ago

I'm trying to get a CollectionView with a large title, but for now I've disabled the AMScrollingNavBar for that ViewController. Thanks for pointing this out!

StefaniOSApps commented 5 years ago

this bug was fixed in my pull request #338

look to my Demo Project https://github.com/StefaniOSApps/Example

CLOSED

andreamazz commented 5 years ago

Thanks