故事板<动画>标签的含义是什么?

时间:2015-06-12 06:15:15

标签: ios animation storyboard xcode6.3 osx-elcapitan

我已将我的mac os更新为El Capitan并使用Xcode版本6.3当我打开storyboard文件时

  

<animations/>

标记已添加到所有子视图中。检查故事板的xml。

<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="njZ-Pf-Lyb">
                            <rect key="frame" x="150" y="274" width="37" height="37"/>
                            <animations/>
                            <color key="color" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                        </activityIndicatorView>

那么标签 代表什么线索?我可以使用Xcode 6.3在Yosemite上运行相同的项目吗?

提前致谢。

1 个答案:

答案 0 :(得分:-1)

实际上我也遇到了这个问题。幸运的是,这个标签并没有影响最老的操作系统和相同的XCode版本(对我来说是6.3)。

希望这对你有所帮助。