tristanhimmelman / HidingNavigationBar

Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
MIT License
1.03k stars 127 forks source link

Extra top margin #45

Closed black-lotus closed 8 years ago

black-lotus commented 8 years ago

simulator screen shot aug 4 2016 12 04 11 pm

i use storyboard :) hope will fixed

Thanks

suhitp commented 8 years ago

@black-lotus By default storyboard add tableview top constraint to "Top Layout Guide.Bottom", you need to change the tableview.top constraint to "View.Top". Refer the image [

screen shot 2016-09-24 at 7 18 11 pm

](url)

black-lotus commented 8 years ago

Nice

Thank you :)