AddressSelectionViewController
final class AddressSelectionViewController : UIViewController
extension AddressSelectionViewController: AddressSelectionProtocol
extension AddressSelectionViewController: UITableViewDataSource
extension AddressSelectionViewController: UITableViewDelegate
extension AddressSelectionViewController: UIGestureRecognizerDelegate
-
Declaration
Swift
lazy var presenter: AddressSelectionPresenter { get set }
-
Declaration
Swift
override func viewDidLoad()
-
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Declaration
Swift
func makeLayout()
-
Declaration
Swift
func makeAttribute()
-
Declaration
Swift
func makeGesture()
-
Declaration
Swift
func dataBindingMap(_ marker: NMFMarker)
-
Declaration
Swift
func afterChangedAddressWhenMapView(_ address: String)
-
Declaration
Swift
func afterResultShowTable(with totalCount: Int)
-
Declaration
Swift
func popViewController()
-
Declaration
Swift
func whenNoAddressInMap()
-
Declaration
Swift
func showErrorAlert(with error: String, title: String? = nil)
-
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Declaration
Swift
func scrollViewDidScroll(_ scrollView: UIScrollView)
-
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Declaration
Swift
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool