IUIContentContainer.SystemLayoutFittingSizeDidChangeForChildContentContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies this container that auto layout resized a specified child container.
[Foundation.Export("systemLayoutFittingSizeDidChangeForChildContentContainer:")]
[Foundation.Preserve(Conditional=true)]
public void SystemLayoutFittingSizeDidChangeForChildContentContainer (UIKit.IUIContentContainer container);
abstract member SystemLayoutFittingSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit
Parameters
- container
- IUIContentContainer
The child .
- Attributes