ManagedObjectType

public protocol ManagedObjectType: EntityType

Conform to ManagedObjectType to expose your object to LiteData methods.

  • This property will be used for sortedFetchRequest and sortedFetchedResults.

    The first descriptor in the array will be used for the sectionNameKeyPath of sortedFetchedResults.

    Declaration

    Swift

    static var defaultSortDescriptors: [NSSortDescriptor]