DynamicHeader
enum DynamicHeader
Undocumented
-
Undocumented
Declaration
Swift
case none
-
Undocumented
Declaration
Swift
case blank
-
Undocumented
Declaration
Swift
case space(height: CGFloat, color: UIColor? = nil)
-
Undocumented
Declaration
Swift
case text(_: String)
-
Undocumented
Declaration
Swift
case separator(color: UIColor, height: CGFloat = 1, insets: UIEdgeInsets = .zero)
-
Undocumented
Declaration
Swift
case image(_: UIImage?, accessibilityLabel: String? = nil, accessibilityIdentifier: String?, height: CGFloat = 250)
-
Undocumented
Declaration
Swift
case view(_: UIView)
-
Undocumented
Declaration
Swift
case identifier(_: TableViewHeaderFooterReuseIdentifiers, action: DynamicAction = .none, configure: HeaderConfigurator? = nil)
-
Undocumented
Declaration
Swift
case cell(withIdentifier: TableViewCellReuseIdentifiers, configure: HeaderConfigurator? = nil)
-
Undocumented
Declaration
Swift
case custom(_: (DynamicTableViewController) -> UIView?)