0

我在 Size Inspector 中将 UIImageView 的宽度设置为 0。并使用代码

-viewDidLoad
{
  ...
  //smallTiao is the outlet of UIImageView
  NSLog(@"smallTiao 's width %f",self.smallTiao.frame.size.width);
}

Xcode log smallTiao 的宽度 0.000000 但实际上 iPad 模拟器中图像视图的宽度不是 0。我不知道为什么。

更新 问题解决了。我删除了图像视图。我添加了一个新视图。然后一切正常。

4

0 回答 0