Guest User

Untitled

a guest
Feb 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Value of type 'String' has no member 'replacingOccurences'
  2.  
  3. let url: String = "https://api.tfl.gov.uk/Journey/JourneyResults/"+startingPoint.text!+"/to/"+destination.text!
  4. let furl = url.replacingOccurences(of: " ", with: "%20")
Add Comment
Please, Sign In to add comment