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.
我TTImageView用于在 iPhone 中异步加载图像。 但是图片的 url 是POST类型的。 如何在POST类型的HttpMethod中加载 url TTImageView? 请提供任何帮助。
TTImageView
TTImageView 不支持 POST 方法。您应该使用像 AFNetworking 这样的库来加载图像数据。然后[UIImage imageWidthData:data]获取 UIImage 并将其提供给图像视图。
[UIImage imageWidthData:data]