FUIMapDetailPanelViewController

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 UITableView that exists within a map detail card.

    Declaration

    Swift

    public private(set) var tableView: UITableView { get }