EntityChooserViewController
public final class EntityChooserViewController : UIViewController
extension EntityChooserViewController : UITableViewDataSource
extension EntityChooserViewController : UITableViewDelegate
-
Declaration
Swift
public func setSearchEntityGroup(group: SearchEntity) -
Declaration
Swift
public func setSelectionDelegate(_ delegate: ((Searchable) -> Void)?) -
Declaration
Swift
public func setSelectNearestDelegate(_ delegate: ((SearchEntity) -> Void)?) -
Declaration
Swift
public func setCloseActionDelegate(_ delegate: (() -> Void)?) -
Declaration
Swift
public override func viewDidLoad() -
Declaration
Swift
public override func viewDidLayoutSubviews() -
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Declaration
Swift
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Declaration
Swift
public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
EntityChooserViewController Class Reference