FetchedResultsSectionInfo

public struct FetchedResultsSectionInfo<T: NSManagedObject>

Section info used during the notification of a section being inserted or deleted.

  • Array of objects belonging to the section.

    Declaration

    Swift

    public let objects: [T]
  • The name of the section

    Declaration

    Swift

    public let name: String?
  • The string used as an index title of the section

    Declaration

    Swift

    public let indexTitle: String?