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.
TTImageViewiPhoneで非同期に画像を読み込むために使用しています。 ただし、画像のURLはPOSTタイプです。でPOSTタイプのHttpMethodを使用し て URL をロードするにはどうすればよいですか? 助けてください。TTImageView
TTImageView
TTImageView は POST メソッドをサポートしていません。AFNetworking などのライブラリを使用して画像データをロードする必要があります。そして、[UIImage imageWidthData:data]UIImage を取得して画像ビューに提供します。
[UIImage imageWidthData:data]