Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经将我的 xcode 升级到 4.5 一切都很好,直到我添加到我以前的解决方案(我已经使用 xcode 4.3 开发它)新UIView的有一个UIImageview控件我注意到xibUIImage中的控制位置 与我运行时的位置不同我在设备上的应用ios5
UIView
UIImageview
UIImage
ios5
任何想法如何解决这个问题?
我不确定我是否正确理解了您的问题。尝试隐藏设备的状态栏。
您可以在当前目标设置中或以编程方式执行此操作:
[UIApplication sharedApplication] setStatusBarHidden...