UIViewController.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:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SystemLayoutFittingSizeDidChangeForChildContentContainer (UIKit.IUIContentContainer container);
abstract member SystemLayoutFittingSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit
override this.SystemLayoutFittingSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit
Parameters
- container
- IUIContentContainer
The child IUIContentContainer.
Implements
- Attributes