I have a horizontal paging UIScrollview, following is my VFL constraints for leading/trailing H:|-0-[ScrollView]-0-| (aligned to superview).
UIScrollview
H:|-0-[ScrollView]-0-|
I am using following to skip content inset adjustment:
UIScrollview.contentInsetAdjustmentBehavior = .never
I found that in iOS 11 UIScrollViewContentInsetAdjustmentBehavior.always includes safe area layout guide and apply these margins as insets, so tried .never it worked ))
UIScrollViewContentInsetAdjustmentBehavior.always
.never