开发者

Uploading in background thread in iOS

开发者 https://www.devze.com 2023-04-05 15:04 出处:网络
I know it\'s possible to do a few things on the background thread - VOIP, locatio开发者_StackOverflow中文版n and audio.

I know it's possible to do a few things on the background thread - VOIP, locatio开发者_StackOverflow中文版n and audio. How about uploading? Can I upload in a background thread? If so, how?

Thanks!


Yes of course. That's a great use of a background thread. If it's Http you're using this library is very useful. It's http://allseeing-i.com/ASIHTTPRequest/

0

精彩评论

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