问题描述
我没有发现任何使用自定义活动指示器的应用程序的引用 - 将是一个动画GIF老式学校 - 取代Apple提供的纺车。是否有设施(或UIActivityIndicatorView的子类),开发人员是否推出自己的UIViews,或者这是否违反了HIG?
I haven't found any references to apps that use a custom activity indicator -- would be an animated GIF old-school -- in place of the Apple-supplied spinning wheels. Are there facilities to do this (or subclass UIActivityIndicatorView), do developers roll their own UIViews, or does this violate HIG?
谢谢,IPD
推荐答案
是的,正如Ed Marty所说,UIImageView支持图像动画。请看这个教程,以获得灵感可以用一种非常简单的方式实现这一点。
Yeah, as Ed Marty mentioned UIImageView supports the animation of images. So look at this custom activity indicator tutorial to get an inspiration how you could achieve this in a very simple way.
干杯
这篇关于在iPhone SDK中创建自定义活动指示器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!