friends.. Now, I \'m trying to get website title from the url.. To do that , I should get http content first....
I am using NSURLConnection to send request to server and receive response like this : cmdConn = [[[NSURLConnection alloc] initWithRequest:req
I got stuck with a problem that looked pretty easy but i cant make it work. I\'m making a simple download manager for OSX using objective C. As part of the app im trying to calculate the percentage o
I would like to know how I can stop/abort a NSURLConnection while it is performing it load request. The reason I would like to know is that, I am parsing an XML using NSURLConnection and sometimes th
I have an iPhone app which needs to load some data from a URL.I have the following line of code: NSString *versionControlContents = [NSString stringWithContentsOfURL:[NSURL URLWithString:versionContr
Is there any way that I can have a method sleep until a notification is posted? This is for an asynchronous NS开发者_开发技巧URLConnection. I cannot move to a synchronous connection for multiple reaso
iam making one applciation.In that iam using the NSUrlconnection class.Below one is my code. - (void)viewDidLoad {
I\'m a novice in iOS developing, and have some problems with understanding web service organization. I want to send a Get query to the URL. And I do it开发者_StackOverflow中文版 so:
This is my code: - (void)saveData:(NSString *)url withName:(NSString *)name{ NSString *URLString=[NSString stringWithFormat:@\"http://www.google.com/reader/atom/%@?n=%d&xt=user/-/state/com.googl
i\'ve been searching stackoverflow, google, apple and other places. The tips provided look promising, i implemented them but alltogether don\'t seem to work or get enforced.