Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. button.addTarget(self, action: #selector(searchVenues(_:radius:completion:)), for: .touchUpInside)
  2.  
  3. @objc func searchVenues(_ coordinate: CLLocationCoordinate2D,radius: Float = 10000.0, completion: @escaping (Result<[XPVenue],Error>) -> Void) {
  4. // ...
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement