bryankeller / BLKFlexibleHeightBar

Create condensing header bars like those seen in the Facebook, Square Cash, and Safari iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something wrong with BLKFlexibleHeightBar when I put scrollView into it

EZElkins opened this issue · comments

When scrollView scroll to other page and I scroll tableView,scrollView will always scroll to first page...

Hi @EZElkins, this behavior happen in collection view (as subview of BLKFlexibleHeightBar) too.

I just had that same issue and putting my UIScrollView inside an UIView did the trick.