BLKFlexibleHeightBar
BLKFlexibleHeightBar copied to clipboard
Fix for table view headers stopping at the wrong content offset. Closes ...
...#14.
The trick is preserving the scroll view's content offset when changing its content inset. Tested on iOS 7 and 8, iPhone 6+ and iPad.
Thanks a lot! This solution works really well with the FacebookStyleBarBehaviorDefiner, but it causes some crazy flickering and jumping with SquareCashStyleBehaviorDefiner. This might be an issue with the way I implemented SquareCashStyleBehaviorDefiner, so give me some time to look into what's causing that and if it's a problem on my end, then we can get this merged.