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.
嗨,如果我打印以下内容,我在标签栏中嵌入了一个简单的 uiview:
NSLog(@"%f",self.view.frame.size.height);
我得到“460.0”,看起来像没有状态栏的视图的高度。
如果我想在没有标签栏的情况下获得视图的高度怎么办?有什么比减法更干净的吗?
谢谢卢卡
我遇到了同样的问题。我的解决方案是子视图 UIView 其大小恰好不包括标签栏。不是那么优雅,但我不必处理减法等等。