Contents

bounce

A value that specifies whether the orthogonal scrolling section bounces past the edge of content and back again.

Declaration

var bounce: UICollectionLayoutSectionOrthogonalScrollingProperties.Bounce { get set }

Discussion

Set this value to specify whether the section stops scrolling immediately upon encountering the content boundary, or if it continues scrolling past the boundary and then bounces back.

See Also

Specifying the bounce behavior