andreamazz / AMScrollingNavbar

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

Custom Footer issue on iPhone X #318

Closed tungdx closed 6 years ago

tungdx commented 6 years ago

Thanks for creating a great library!

I have run the sample on iPhone X and found that it's error while scrolling with custom footer (I've also tried with on bottom and got the same problem). How can I fix that? Thanks! image

andreamazz commented 6 years ago

That's just due to how the sample is set up, if you extend the view controller's main view to be under the bottom safe are, the footer goes under.

andreamazz commented 6 years ago

Fixed in master. Feedback is welcome.