I'd like to ask about Auto Layout and in-call status bar. Here's a simple scenario that demonstrates my problem:
- Create project with "Use Storyboards" enabled
- Add "View Controller" and enable its "Is Initial View Controller"
- Set background color of controller's view to red
- Add "Table View" into controller's view
The table view should have 4 layout constraints (leading, top, trailing, bottom) to Superview with constant set to 0.
Now when I run this app in Simulator and press ? + T I can see red background while the in-call status bar animates in. Is it possible to get rid of this glitch?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…