The parameter for setContentInsets method.
On iOS, the parameter edgeInsets
can be specified to set the distance(top
, bottom
,
right
, left
) that the content view is inset from the enclosing scroll view of the table.
For example
setContentInset({top:50,bottom:10,right:10,left:10}, {animated:true})
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Value specifying the bottom insets for the enclosing scroll view of the table.
Value specifying the bottom insets for the enclosing scroll view of the table.
Value specifying the left insets for the enclosing scroll view of the table.
Value specifying the left insets for the enclosing scroll view of the table.
Value specifying the right insets for the enclosing scroll view of the table.
Value specifying the right insets for the enclosing scroll view of the table.
Value specifying the top insets for the enclosing scroll view of the table.
Value specifying the top insets for the enclosing scroll view of the table.