开发者

IPhone NSURLConnection Delegates

开发者 https://www.devze.com 2023-01-26 06:48 出处:网络
In my application i am checking username and password usingwebservice .i开发者_如何学JAVA used NSURLConnection class but before the execution of NSURLConnection delegates my authentication metod works

In my application i am checking username and password using webservice .i开发者_如何学JAVA used NSURLConnection class but before the execution of NSURLConnection delegates my authentication metod works.how to contorl after the response come it continous the normal execution


If you are looking to do something after the end of web services.. there are couple of methods.. like .. - (void)parserDidEndDocument:(NSXMLParser *)parser {

check NSURLConnection documentation..

0

精彩评论

暂无评论...
验证码 换一张
取 消