I am trying to URL encode an NSString but I can't seem to find the proper way (I'm new to Obj C). I have been searching around but can't find a decent answer. So:
What is the correct, and modern, way to encode an NSString like a URL?
Thanks in advance.