mattga / MGCollapsingHeader

Implementation of an iOS view with a customizable header that collapses on scrolling.
MIT License
43 stars 18 forks source link

MGCollapsingHeader Not Work in Xcode 8 #5

Open surajglokhande opened 7 years ago

surajglokhande commented 7 years ago

I use this MGCollapsing Header in Xcode 7.3. and it's working. but when I open my project in Xcode 8 and when I run. it won't work.

when I try to scroll up the tableview which is below the header view. header view also slide on top side of the screen.

mattga commented 7 years ago

Thanks for the issue. What version of the header are you using? Also, how are the constraints of your header view and table view are setup?