I use NSString stringWithFormat method for create an URL string. But now I have problem with a “quick” editing this string.
For example I have an script on the server that process some request with parameters.
I have an URL string like this:
http://www.domain.com/api/?param1=%@¶m2=%@¶m3=%@¶m4=%@¶m5=%@&
but when I have more than 5, 6 parameters it is really hard to modify this string.
Anybody knows best method how to create URL string (I mean when we modify it).
I wrote this specially for you, quite simple:
And you can use it (of course, the order of the URL params is dos not matter):