I am doing a presentation on which I need to use a lot of video clips. I load all these videos dynamically using Loader. I use a code snippet like this:
I can able to download a file when an URL is given using the delegate methods of NSURLConnection. When a download is active, its download progress like percentage downloaded, transfer rate, bytes rece
I try to retrive data from certain url with command: -(NSMutableData *) callUrl: (NSString *)url withData:(N开发者_开发问答SMutableDictionary *)data delegate:(id) delegate {
I\'m using a UIWebView like that in the viewDidLoad: webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 88, 320, 400)]; //init and create the UIWebView
I\'m trying to request this kind of URL in iPhone 4.0 SDK (access token slightly modified because you don\'t really need to see it):
I am am trying to get multiple NSURLConnections to run in parallel (synchronously), however if it is not running on the main thread (block of code commented out below) the URL connection doesn\'t seem
I have a textbox which I can type in an url in to. The problem is if I just type in \'cnn.com\' or any site without \'http://\' in front, the page does not load. Is there a way to fix this?
I had this problem while developing an app where the request was a simple URL and the response returned XML.
I have the following method in a UIViewController: - (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWe开发者_开发知识库bViewNavigationType)navig
I have an app that uses a segmentedControl. First item is an \"All\" item, where the rest is created from an array based on result from webservice. When \"All\" is selected I want to request all the r