DynamicSection
struct DynamicSection
Undocumented
-
Undocumented
Declaration
Swift
let header: DynamicHeader
-
Undocumented
Declaration
Swift
let footer: DynamicFooter
-
Undocumented
Declaration
Swift
let separators: Separators
-
Undocumented
Declaration
Swift
let cells: [DynamicCell]
-
Undocumented
Declaration
Swift
func isHidden(for viewController: DynamicTableViewController) -> Bool
-
Undocumented
Declaration
Swift
static func section(header: DynamicHeader = .none, footer: DynamicFooter = .none, separators: Separators = .none, isHidden: ((DynamicTableViewController) -> Bool)? = nil, cells: [DynamicCell]) -> DynamicSection
-
Undocumented
Declaration
Swift
static func navigationSubtitle(text: String, insets: UIEdgeInsets = .init(top: 0, left: 16, bottom: 8, right: 16), accessibilityIdentifier: String?) -> DynamicSection