theextremeprogrammer / Succinct

UI tests at the speed of unit tests. Proper encapsulation. Architecture agnostic. Freedom to refactor.
MIT License
42 stars 7 forks source link

Add ability to select an annotation on an MKMapView #33

Open theextremeprogrammer opened 5 years ago

theextremeprogrammer commented 5 years ago

This could be accomplished by specifying the coordinates of the annotation that should be selected, for example:

func selectAnnotation(latitude: Double, longitude: Double) { ... }