strange behavior when embedded in navigation-controller
Closed this issue · 1 comments
AnotherCoolDude commented
Hey,
i am using a ViewController, which is embedded in a NavigationController. Inside of that ViewController, i have a CollectionView that uses the SFFocusViewLayout. When i scroll down at a offset of approximately -64 and release my finger, it stops for a short duration and then snaps back to 0 offset. Using a ViewController without a NavigationController solves the issue. I guess calculation goes wrong at some point, when the CollectionView is not at yPosition 0 within the ViewController?
fdzsergio commented
You would use self.edgesForExtendedLayout = UIRectEdgeNone;
to handle navigation bar offset.