我已将我的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上运行相同的项目吗?
提前致谢。
答案 0 :(得分:-1)
希望这对你有所帮助。