Thursday, 16 February 2012

iPhone Code: how to cancel NSURLConnection

iPhone Code: how to cancel NSURLConnection: If the Connection still in progress means just considered as "connection" is a object of NSURLConnection then, ...

iPhone Code: write file to document directory

iPhone Code: write file to document directory: NSData *data=[[NSData alloc]initWithContentsOfFile:[[NSBundle mainBundle]pathForResource:@"tamil.txt" ofType:nil] encoding:NSUTF8StringEnco...