我想直接在界面构建器中设置UIImageView的animationDuration和animationRepeatCount属性,但我没有看到这些属性。
有没有办法选择界面构建器中显示的属性? (注意我正在使用XCode 4)
我想这样做,因为我有一个可以处理许多XIB文件的ViewController,因此我无法在viewController的代码中设置这些属性。而且每个XIB文件都包含许多UIImageView。
答案 0 :(得分:1)
据我所知,无法在XIB中设置 UIImageView 的 animationDuration 和 animationRepeatCount 属性。我希望您在代码中设置 animationImages 。只需在设置 animationImages。
时在代码中设置上述两个属性