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.
我正在使用 IOS SDK 15,当我将视图自动布局到底部安全区域时,我的视图从底部从 34 上升到 83,当我检查时,这是由于安全区域增加到 83。任何人都可以建议为什么安全区域增加到83?
这是因为 TabBar,通常是 49。所以 34 + 49 = 83。