Objective-C/Swift (iOS) When are the auto-constraints applied in the View/ViewController work flow?
问题 I'm having some issues of figuring out when the auto-contraints setup on a XIB are applied in the view setup process. For more explanation: I've setup a XIB for a view I set the "Simulated Metrics" Size to iPhone 3.5-Inch I've added auto-constraints to the subviews inside this view In the View Controller I perform certain operations dependent on the subview ( IBOutlet ) frames/bounds in the viewDidLoad method In the View I perform certain operations dependent on the subview ( IBOutlet )