PropertyListViewController
public class PropertyListViewController : UIViewController
extension PropertyListViewController : UITableViewDataSource
extension PropertyListViewController : UITableViewDelegate
                This view controller displays a list of properties.
- 
                  
                  
Declaration
Swift
public static func className() -> String - 
                  
                  
Declaration
Swift
override public func viewDidLoad() - 
                  
                  
Declaration
Swift
override public func viewDidAppear(_ animated: Bool) - 
                  
                  
This instantiates the view controller.
Declaration
Swift
public static func instantiateViewController() -> UIViewController? - 
                  
                  
Call this function to get property info for the property selected.
Declaration
Swift
public func selectedPropertyInfo() -> PropertyInfo? - 
                  
                  
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, heightForRowAt indexPath: IndexPath) -> CGFloat - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat 
      PropertyListViewController Class Reference