FUIMapDetailPanelViewController
@MainActor
public class FUIMapDetailPanelViewController : UIViewController, FUIMapDetailPanelProtocol
A View Controller component used in the FUIMapDetailPanel. It is up to the developer to set the tableView dataSource and delegate. Typically not used directly by developer.
Usage:
let vc = FUIMapDetailPanelViewController()
vc.tableView.delegate = delegate
vc.tableView.dataSource = dataSource
-
A
UITableViewthat exists within a map detail card.Declaration
Swift
@MainActor public private(set) var tableView: UITableView { get }