NearbyVC
final class NearbyVC : UITableViewController
extension NearbyVC: Exposing
extension NearbyVC: TableCellExposing
extension NearbyVC: InterfaceBuildable
extension NearbyVC: Injectable
Lists POI by distance from map center
-
Create table cell
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCellParameters
tableViewUITableView
indexPathIndex Path
Return Value
UITableViewCell
-
Expose controls to UI tests
Declaration
Swift
func expose()
-
Expose cell to UI tests
Declaration
Swift
func expose(view: UITableView, path: IndexPath, cell: UITableViewCell)Parameters
viewCollection
pathIndex path
cellCell
-
Injection enforcement for viewDidLoad
Declaration
Swift
func requireOutlets()
View on GitHub
NearbyVC Class Reference