LocationSearchVC
final class LocationSearchVC : RealmSearchViewController
extension LocationSearchVC: Exposing
Selectable list of country and location options
-
Location selection modes
See moreDeclaration
Swift
enum Mode -
Handle dependency injection
Declaration
Swift
func inject(mode: Mode, styler: Styler, delegate: LocationSearchDelegate)Parameters
modeSelection mode
stylerStyle provider
delegateDelegate
-
Cell for Object
Declaration
Swift
override func searchViewController(_ controller: RealmSearchViewController, cellForObject object: Object, atIndexPath indexPath: IndexPath) -> UITableViewCellParameters
controllerRealmSearchViewController
objectRealm Object
indexPathIndex path
Return Value
Cell
-
Did select Object
Declaration
Swift
override func searchViewController(_ controller: RealmSearchViewController, didSelectObject anObject: Object, atIndexPath indexPath: IndexPath)Parameters
controllerRealmSearchViewController
objectRealm Object
indexPathIndex path
-
Expose controls to UI tests
Declaration
Swift
func expose()
View on GitHub
LocationSearchVC Class Reference