显示瓷砖图像时哪种方式更好?
我尝试在瓷砖中显示图像,我认为有一些方法如下,但我不确定哪种方法更好,尽管我可以尝试所有方法,但我仍然希望我可以从您的经验中获得信息。
- 使用 UIImageView + AnimatedGif 的图块
- 使用自定义样式的 UIButton 的图块 + AnimatedGif
- 使用 UIWebView 的图块(对于 gif89a)
- 使用 UIView 并绘制 UIImage 的图块
I try to show a image in tiles, I think there are some way as below, but I am not sure which one is better, though I can try all ways, but I still hope that I can get info from experience you.
- use tiles of UIImageView + AnimatedGif
- use tiles of UIButton in custom style + AnimatedGif
- use tiles of UIWebView (for gif89a)
- use UIView and draw tiles of UIImage
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我用第一种方法来做我的应用程序。
At last, I used first way to do my app.