Called to notify the presentation controller that layout ended on the views of the container view.
SDKs
- iOS 8.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
func containerViewDidLayoutSubviews()
Discussion
UIKit calls this method after adjusting the layout of the views in the container view. Use this method to make any additional changes to the view hierarchy.