SavedRoutesViewController
public class SavedRoutesViewController : UIViewController
extension SavedRoutesViewController : CustomNavigationBarDelegate
extension SavedRoutesViewController: UITableViewDataSource, UITableViewDelegate
extension SavedRoutesViewController: UIPopoverPresentationControllerDelegate
-
Declaration
Swift
public var propertyInfo: PropertyInfo?
-
Declaration
Swift
public override func viewDidLoad()
-
Declaration
Swift
open override func viewWillAppear(_ animated: Bool)
-
Declaration
Swift
public func textDidChanged(searchText: String, inSearch: Bool, isExitSearch: Bool)
-
Declaration
Swift
public func backButtonTapped()
-
Declaration
Swift
public func micButtonTapped()
-
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, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat
-
Declaration
Swift
public func adaptivePresentationStyle(for controller: UIPresentationController) -> UIModalPresentationStyle