NSDK_SearchResults

@interface NSDK_SearchResults : NSObject <NSFastEnumeration>

Class for accessing NSDK_SearchResult elements

This class implements access via subscript index and NSFastEnumeration

  • Access an element of type NSDK_SearchResult

    Declaration

    Objective-C

    - (id)objectAtIndexedSubscript:(int)idx;

    Swift

    subscript(idx: Int32) -> Any! { get }
  • number of elements

    Declaration

    Objective-C

    @property (readonly, atomic) int size;

    Swift

    var size: Int32 { get }