GenericSectionUpdate
open class GenericSectionUpdate<RowModel, SectionID> where
RowModel: Hashable,
SectionID: Hashable
Generic class that represents suggested updates to the DiffableDataSource
-
Unique ID of the section
Declaration
Swift
public private(set) var id: SectionID { get } -
Returns numberof rows
Declaration
Swift
open var numberOfRows: Int { get } -
Constructor
Declaration
Swift
public init(id: SectionID)Parameters
idUnique ID of the section
GenericSectionUpdate Class Reference