Package apple.uikit.enums
Class UICollectionLayoutSectionOrthogonalScrollingBehavior
- java.lang.Object
-
- apple.uikit.enums.UICollectionLayoutSectionOrthogonalScrollingBehavior
-
public final class UICollectionLayoutSectionOrthogonalScrollingBehavior extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longContinuousStandard scroll view behavior: UIScrollViewDecelerationRateNormalstatic longContinuousGroupLeadingBoundaryScrolling will come to rest on the leading edge of a group boundarystatic longGroupPagingFractional size paging behavior determined by the sections layout group's dimensionstatic longGroupPagingCenteredSame of group paging with additional leading and trailing content insets to center each group's contents along the orthogonal axisstatic longNonedefault behavior.static longPagingStandard scroll view paging behavior (UIScrollViewDecelerationRateFast) with page size == extent of the collection view's bounds
-
-
-
Field Detail
-
None
public static final long None
default behavior. Section will layout along main layout axis (i.e. configuration.scrollDirection)- See Also:
- Constant Field Values
-
Continuous
public static final long Continuous
Standard scroll view behavior: UIScrollViewDecelerationRateNormal- See Also:
- Constant Field Values
-
ContinuousGroupLeadingBoundary
public static final long ContinuousGroupLeadingBoundary
Scrolling will come to rest on the leading edge of a group boundary- See Also:
- Constant Field Values
-
Paging
public static final long Paging
Standard scroll view paging behavior (UIScrollViewDecelerationRateFast) with page size == extent of the collection view's bounds- See Also:
- Constant Field Values
-
GroupPaging
public static final long GroupPaging
Fractional size paging behavior determined by the sections layout group's dimension- See Also:
- Constant Field Values
-
GroupPagingCentered
public static final long GroupPagingCentered
Same of group paging with additional leading and trailing content insets to center each group's contents along the orthogonal axis- See Also:
- Constant Field Values
-
-