BLKFlexibleHeightBar icon indicating copy to clipboard operation
BLKFlexibleHeightBar copied to clipboard

Fix for table view headers stopping at the wrong content offset. Closes ...

Open DanielKrofchick opened this issue 9 years ago • 1 comments

...#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.

DanielKrofchick avatar Apr 14 '15 16:04 DanielKrofchick

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.

bryankeller avatar Apr 15 '15 07:04 bryankeller