public final class UICollectionLayoutSectionOrthogonalScrollingBehavior
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Continuous
Standard scroll view behavior: UIScrollViewDecelerationRateNormal
|
static long |
ContinuousGroupLeadingBoundary
Scrolling will come to rest on the leading edge of a group boundary
|
static long |
GroupPaging
Fractional size paging behavior determined by the sections layout group's dimension
|
static long |
GroupPagingCentered
Same of group paging with additional leading and trailing content insets to center each group's contents along the orthogonal axis
|
static long |
None
default behavior.
|
static long |
Paging
Standard scroll view paging behavior (UIScrollViewDecelerationRateFast) with page size == extent of the collection view's bounds
|
public static final long None
public static final long Continuous
public static final long ContinuousGroupLeadingBoundary
public static final long Paging
public static final long GroupPaging
public static final long GroupPagingCentered