DynamicTableViewModel
struct DynamicTableViewModel
Undocumented
-
Undocumented
Declaration
Swift
static func with( creator: (_ model: inout DynamicTableViewModel) -> Void ) -> DynamicTableViewModel
-
Undocumented
Declaration
Swift
init(_ content: [DynamicSection])
-
Undocumented
Declaration
Swift
func section(_ section: Int) -> DynamicSection
-
Undocumented
Declaration
Swift
func section(at indexPath: IndexPath) -> DynamicSection
-
Undocumented
Declaration
Swift
func cell(at indexPath: IndexPath) -> DynamicCell
-
Undocumented
Declaration
Swift
var numberOfSection: Int { get }
-
Undocumented
Declaration
Swift
func numberOfRows(inSection section: Int, for _: DynamicTableViewController) -> Int
-
Undocumented
Declaration
Swift
mutating func add(_ section: DynamicSection)