problem with deleting tableview rows
fatgue opened this issue · 1 comments
fatgue commented
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.
sorry for my english
bryankeller commented
You could create a custom behavior that monitors the table view and adjust's the bar's progress based on cells being removed.