frameLayoutGuide
The layout guide based on the untransformed frame rectangle of the scroll view.
Declaration
var frameLayoutGuide: UILayoutGuide { get }Discussion
Use this layout guide when you want to create Auto Layout constraints that explicitly involve the frame rectangle of the scroll view itself, as opposed to its content rectangle.