Abd*_*tou 13 iphone xcode nib uiactivityindicatorview ios
我收到包含a的每个nib文件的警告UIActivityIndicator.
警告说明:
Unsupported Configuration: Hides when stopped but is neither hidden or animating
我究竟做错了什么?
Adi*_*mro 21
这意味着,你已经设定了Hides when stopped.
所以一定只有两个州,
但你既没有设置隐藏也没有设置动画.
看图像:

必须是Hidden或者Animating,如果您已经检查过Hides when stopped.