¡@

Home 

2014/10/15 ¤U¤È 10:09:54

iphone Programming Glossary: golf

NSData & NSURL - url with space having problem

http://stackoverflow.com/questions/1441106/nsdata-nsurl-url-with-space-having-problem

NSURL URLWithString pathOfThumbNail pathOfThumbNail has following path http 70.84.58.40 projects igolf TipThumb GOLF 58B.jpg When I open above path in safari browser path is changed automatically image is successfully displayed. http 70.84.58.40.. safari browser path is changed automatically image is successfully displayed. http 70.84.58.40 projects igolf TipThumb GOLF 2058B.jpg But in iPhone due to space in path image isn't loaded in nsdata. iphone xcode nsdata nsurl share improve this.. cannot encode a particular character Added per request by @rule NSString urlText @ 70.84.58.40 projects igolf TipThumb GOLF 58B.jpg NSString urlTextEscaped urlText stringByAddingPercentEscapesUsingEncoding NSUTF8StringEncoding NSURL url NSURL URLWithString..