From fcabd121640fc9146d9885cbca4ffa7335d61510 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
The amount by which the scroll view content is inset from the edges
-of the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.
Used to manually set the starting scroll offset.
+of the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.
This property specifies how the safe area insets are used to modify the +content area of the scroll view. The default value of this property is +"never". Available on iOS 11 and later.
Used to manually set the starting scroll offset.
The default value is {x: 0, y: 0}.
A floating-point number that determines how quickly the scroll view
decelerates after the user lifts their finger. You may also use string
shortcuts "normal" and "fast" which match the underlying iOS settings