Class NSIndexPathExtensions


public final class NSIndexPathExtensions
extends NSExtensions
  • Method Details

    • getSection

      public static long getSection​(NSIndexPath thiz)
    • getRow

      public static long getRow​(NSIndexPath thiz)
    • getItem

      public static long getItem​(NSIndexPath thiz)
    • createIndexPathForRowInSection

      protected static NSIndexPath createIndexPathForRowInSection​(ObjCClass clazz, long row, long section)
    • createIndexPathForRowInSection

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

      protected static NSIndexPath createIndexPathForItemInSection​(ObjCClass clazz, long item, long section)
    • createIndexPathForItemInSection

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