andreamazz / AMScrollingNavbar

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

Black bar under navigation bar when adding view on scroll #260

Closed pareekkhushboo77 closed 7 years ago

pareekkhushboo77 commented 7 years ago

when i add a subview , when the navigation bar is scrolled up, it adds a black background under navigation bar, i dont know why it happens like that, please help if anyone is aware about the issue. simulator screen shot 12-jul-2017 12 10 27 pm

andreamazz commented 7 years ago

Hey @pareekkhushboo77 can you share the detail steps to reproduce this issue?

pareekkhushboo77 commented 7 years ago

@andreamazz , i solved this issue, it was my autolayout issue, the origin of my table view was below navigation bar, i just made the origin over navigation bar i.e. top of the screen and it solved my problem. Thanks for your instant response. :)

ArthurBodrov commented 1 year ago

Check another solution here: https://github.com/andreamazz/AMScrollingNavbar/issues/210#issuecomment-1491277964