nsurlrequest
unload dynamically loaded swf after displaying it AS3
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:[详细]
2023-03-19 01:22 分类:问答Asynchronous downloads in iPhone
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[详细]
2023-03-18 12:10 分类:问答NSURLConnection failure - 1003
I try to retrive data from certain url with command: -(NSMutableData *) callUrl: (NSString *)url withData:(N开发者_开发问答SMutableDictionary *)data delegate:(id) delegate {[详细]
2023-03-17 17:24 分类:问答reload a UIWebView
I\'m using a UIWebView like that in the viewDidLoad: webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 88, 320, 400)]; //init and create the UIWebView[详细]
2023-03-17 03:12 分类:问答Bad URL when requesting with NSURL
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):[详细]
2023-03-11 19:56 分类:问答Problems Getting Multiple NSURLConnections to Run in Parallel
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[详细]
2023-03-10 23:50 分类:问答nsurl doesn't load sites if http or https not include
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?[详细]
2023-03-08 21:40 分类:问答Avoiding cached data with NSURLRequest
I had this problem while developing an app where the request was a simple URL and the response returned XML.[详细]
2023-03-08 16:47 分类:问答How to distinguish between link requests in Objective-C
I have the following method in a UIViewController: - (BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request navigationType:(UIWe开发者_开发知识库bViewNavigationType)navig[详细]
2023-03-08 12:26 分类:问答NSArray with multiple nested requests
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[详细]
2023-03-07 05:33 分类:问答