Package apple.uikit.enums
Class UICollectionViewScrollPosition
- java.lang.Object
-
- apple.uikit.enums.UICollectionViewScrollPosition
-
public final class UICollectionViewScrollPosition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBottomThe vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.static longCenteredHorizontallyLikewise, the horizontal positions are mutually exclusive to each other.static longCenteredVerticallyThe vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.static longLeftLikewise, the horizontal positions are mutually exclusive to each other.static longNonestatic longRightLikewise, the horizontal positions are mutually exclusive to each other.static longTopThe vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Top
public static final long Top
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions. Combining positions from the same grouping (horizontal or vertical) will result in an NSInvalidArgumentException.- See Also:
- Constant Field Values
-
CenteredVertically
public static final long CenteredVertically
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions. Combining positions from the same grouping (horizontal or vertical) will result in an NSInvalidArgumentException.- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions. Combining positions from the same grouping (horizontal or vertical) will result in an NSInvalidArgumentException.- See Also:
- Constant Field Values
-
Left
public static final long Left
Likewise, the horizontal positions are mutually exclusive to each other.- See Also:
- Constant Field Values
-
CenteredHorizontally
public static final long CenteredHorizontally
Likewise, the horizontal positions are mutually exclusive to each other.- See Also:
- Constant Field Values
-
Right
public static final long Right
Likewise, the horizontal positions are mutually exclusive to each other.- See Also:
- Constant Field Values
-
-