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

Incorrect NavBar behaviour

rabzu opened this issue · comments

commented

I noticed that when tableview has less than three cells FacebookStyleBar misbehaves. I got this behaviour in my code as well as the provided demo code in this repository. However it works fine when there are lot of cells

Am i missing something?

You're not missing something - it's definitely a bug in the behavior definer. I'll have a look and get this fixed!

commented

thanks

f95f746 fixes this. Thanks again for pointing this out to me!

commented

thanks, it works nicely