Closed JDSX closed 6 years ago
Right now I can't figure out why this happens. Probably because of safe area insets, but it looks really strange cause snapshotView and blurView take whole screen ignoring these insets.
If you print view and scrollView's frame just after setting scrollView.frame = view.frame it returns: View = ( 0, 0, width, height ) ScrollView ( 0, 45, width, height )
In DetailViewController for iOS 11, set scrollView.contentInsetAdjustmentBehavior = .never
.
Thanks, updated.
When transitioning to fullscreen mode I have hidden the status bar, however the scroll view still appears 20px from the top.
I have set the following properties
However there's still white space like so