allowsScrolling
A Boolean that indicates whether the frame view should allow users to scroll.
Declaration
var allowsScrolling: Bool { get set }Discussion
If true, scrolling is allowed; if false, it is not. If the frame contains a scrolling element, then that value is used as the default; otherwise, the default is true.