You need to replace space (and other invalid in url characters) by percent escapes. NSString has -stringByAddingPercentEscapesUsingEncoding:
method for that
Vladimir
2010-10-05 10:19:23
You need to replace space (and other invalid in url characters) by percent escapes. NSString has -stringByAddingPercentEscapesUsingEncoding:
method for that