Settings
public struct Settings
Provides settings for the sections like
- row animations
- section animations
- header view provider
- footer view provider
- flag is the section is collapsed
-
Row animations
Declaration
Swift
public var rowAnimationConfig: RowAnimationConfig -
section animations
Declaration
Swift
public var sectionAnimationConfg: SectionAnimationConfig -
header view provider update
Declaration
Swift
public var headerProviderUpdate: HeaderFooterUpdate -
footer view provider update
Declaration
Swift
public var footerProviderUpdate: HeaderFooterUpdate -
indicates if a section is collapsed or not
Declaration
Swift
public var collapsed: Bool
Settings Structure Reference