FUIObjectListSection

public protocol FUIObjectListSection : FUIObjectSection

A section for showing a list of UITableViewCell or its variants.

  • UITableViewCell at a specific index path.

    Declaration

    Swift

    var cellProvider: ((AnyTableBasedFloorplan, IndexPath, AnyHashable) -> UITableViewCell)? { get }

    Parameters

    floorplan

    The floorplan that owns the cell.

    indexPath

    Index path for the cell.

    element

    The element that this cell represents.

  • cellTypeAndReuseIdentifier Extension method

    Declaration

    Swift

    public var cellTypeAndReuseIdentifier: (AnyClass, String) { get }