UIViewController.PreferredContentSizeDidChangeForChildContentContainer Method

Definition

Notifies this controller that the preferred size for content for a specified child container has changed.

[Foundation.Export("preferredContentSizeDidChangeForChildContentContainer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PreferredContentSizeDidChangeForChildContentContainer (UIKit.IUIContentContainer container);
abstract member PreferredContentSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit
override this.PreferredContentSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit

Parameters

Implements

Attributes

Applies to