iPhone 的图像问题
我将图像从数组传递到 UIImageView。这些图像根据情况而变化......但我发现,当满足相应的条件时,有些图像永远不会出现......问题出在这些图像上......
当我用其他图像更改它们时,其他图像正在工作
吗? UIImageView 支持的任何特殊格式的图像
I am passing images from array to a UIImageView. These images changes according to situation....But i have found that some images never appear when the corresponding condition is satisfied...and the problem is with those images..
When i changed them with other one then other are working
Is there any special format of image that UIImageView support
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们需要查看代码示例,否则我们只是在胡编乱造。您在注释中提到了以下代码:
这是错误的,您需要使用
nil
终止对象列表:这很可能是问题的根源。但正如我所说,没有代码我们只是猜测。
We need to see a code sample, otherwise we’re just making things up. You mentioned the following code in the comments:
This is wrong, you need to terminate the object list with
nil
:This could very well be the source of your problem. But as I said, without code we’re just guessing.