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

Using a container view controller with FlexibleHeightBar causes issue when the UITableView is mid scroll

WilliamHua opened this issue · comments

commented

I am using a UITabBarController to choose between two UIViewControllers with BLKFlexibleHeightBars and UITableView's. Whenever I switch between the two views, the height of the BLKFlexibleHeightBar can be visible (it is of the background color of the bar).

It only disappears when you scroll away.

I'm not exactly sure what the issue is based on your description, but maybe you can do something in -viewWillAppear which will get called each time you switch tabs. Perhaps something needs to be updated?

If you figure this out or think this is a big with BLKFlexibleHeightBar, let me know. Also, if you have a demo project feel free to post.