FUIObjectListSection
public protocol FUIObjectListSection : FUIObjectSection
A section for showing a list of UITableViewCell or its variants.
-
UITableViewCellat a specific index path.Declaration
Swift
var cellProvider: ((AnyTableBasedFloorplan, IndexPath, any Hashable & Sendable) -> UITableViewCell)? { get }Parameters
floorplanThe floorplan that owns the cell.
indexPathIndex path for the cell.
elementThe element that this cell represents.
-
cellTypeAndReuseIdentifierExtension methodDeclaration
Swift
public var cellTypeAndReuseIdentifier: (AnyClass, String) { get }