TableViewContentInsetOption

Optional parameter for setContentInsets method.

On iOS, the optional parameters animated and durationto enable the animation and duration for animation while the content insets are updated. For example

setContentInset({top:50,bottom:100}, {animated:true, duration:3000})
  • 2.1.0
  • 2.1.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

TableViewContentInsetOption
: Boolean
Determines whether the table view's content inset change is animated. ...

Determines whether the table view's content inset change is animated.

Default: false

TableViewContentInsetOption
duration : Number

The duration in milleseconds for animation while the content inset is being changed.

The duration in milleseconds for animation while the content inset is being changed.