NSString
符号操作を含むものを次のように変換したいNSURL
:
NSString *urls = @"https//graph.facebook.com/fql?q=select+actor_id,created_time+from+straem+where+created_time+>+2661222&access_token";
NSURL *realurl = [NSURL URLWithString:urls];
realurl リターン -->> nil
主な問題は created_time+>+2661222
、実際には「>」記号操作です。
NSURL
変換できません。