Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
three20 を使用しているときに、REST の HTTP リクエスト用に ASIHTTPRequest フレームワークを統合するのは良い考えかどうか疑問に思っていました。three20 には TTURLRequest があります。
いくつかの点でTTURLRequestよりもはるかに強力であるため、私は自分のアプリで行います。私のアプリでは、http GETなどの基本的なものにTTURLRequestを使用していますが、ファイルの再開とディスクへの直接ダウンロードを提供するため、大量のデータのダウンロードにはASIHTTPRequestを使用しています。