mattga / MGCollapsingHeader

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

the library is not working when header height changes dynamically #6

Open niralishaha25 opened 7 years ago

saurabh-promobitech commented 7 years ago

In MGCollapsingHeaderView.h, make "header_ht" variable public. Then on viewDidAppear or whenever your header view resizes, just update the value of "header_ht" manually.