Class NSIndexPathExtensions


  • public final class NSIndexPathExtensions
    extends NSExtensions
    • Method Detail

      • getSection

        public static long getSection​(NSIndexPath thiz)
      • getRow

        public static long getRow​(NSIndexPath thiz)
      • getItem

        public static long getItem​(NSIndexPath thiz)
        Since:
        Available in iOS 6.0 and later.
      • createIndexPathForRowInSection

        protected static NSIndexPath createIndexPathForRowInSection​(org.robovm.objc.ObjCClass clazz,
                                                                    long row,
                                                                    long section)
      • createIndexPathForRowInSection

        public static NSIndexPath createIndexPathForRowInSection​(long row,
                                                                 long section)
      • createIndexPathForItemInSection

        protected static NSIndexPath createIndexPathForItemInSection​(org.robovm.objc.ObjCClass clazz,
                                                                     long item,
                                                                     long section)
        Since:
        Available in iOS 6.0 and later.
      • createIndexPathForItemInSection

        public static NSIndexPath createIndexPathForItemInSection​(long item,
                                                                  long section)