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

problem with deleting tableview rows

fatgue opened this issue · comments

Hi,

first thanks for the great work. Your code is exactly what i need.
But i have a problem by deleting tableview rows.

If i have 3 or 4 bigger cells on my tableview and if i want delete them, the BLKFlexibleHeightBar don't
scroll down automatically to "maximumBarHeight". I have to scroll down manually to see the bar again.
Is there any solution for my problem? the red bar above is the navigation bar not the BLKFlexibleHeightBar. My minimumBarHeight is zero.

bildschirmfoto 2015-03-19 um 12 26 00

sorry for my english

You could create a custom behavior that monitors the table view and adjust's the bar's progress based on cells being removed.