How to make NSURLConnection file download work?

后端 未结 3 2006
醉梦人生
醉梦人生 2021-01-25 04:12

I have a ViewController declared as:

@interface DownloadViewController : UIViewController 
           
<         


        
3条回答
  •  执笔经年
    2021-01-25 04:52

    Use "NSURLConnection asynchronously" search for the term and you'll find source. Or just NSURLConnection.

    For example:

    NSURLConnection NSURLRequest proxy for asynchronous web service calls

    Using NSURLConnection from apple with example code

    Objective-C Programming Tutorial – Creating A Twitter Client Part 1

提交回复
热议问题