Swift 4.2 SafeAreaLayoutGuide frame is the same as view.frame on View Did Load
问题 I'm using safearealayout guides, programmatically (i.e.) without storyboards. I want to access the safeAreaLayoutGuides , layoutFrame size within my app but don't know when to call it. If you call on viewDidLoad , the size returned is the same as the full view.frame size . When does the app catch up and readjust? My full app has 5 screens within a menubarcontroller . The first screen loads with content constrained to view.topAnchor when I've activated view.safeAreaLayoutGuide.topAnchor . If