Class UICollectionViewScrollPosition


  • public final class UICollectionViewScrollPosition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Bottom
      The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
      static long CenteredHorizontally
      Likewise, the horizontal positions are mutually exclusive to each other.
      static long CenteredVertically
      The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
      static long Left
      Likewise, the horizontal positions are mutually exclusive to each other.
      static long None  
      static long Right
      Likewise, the horizontal positions are mutually exclusive to each other.
      static long Top
      The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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