UIKit.IUIContentContainer Members

The members of UIKit.IUIContentContainer are listed below.

Public Properties

[read-only]
PreferredContentSizeCoreGraphics.CGSize. Gets the preferred size for the content of the container.

Public Methods

GetSizeForChildContentContainer(IUIContentContainer, CoreGraphics.CGSize) : CoreGraphics.CGSize
Gets the size of the content of the specified child UIKit.IUIContentContainer by using the size of the parent container.
PreferredContentSizeDidChangeForChildContentContainer(IUIContentContainer)
Notifies this controller that the preferred size for content for a specified child container has changed.
SystemLayoutFittingSizeDidChangeForChildContentContainer(IUIContentContainer)
Notifies this container that auto layout resized a specified child container.
ViewWillTransitionToSize(IUIViewControllerTransitionCoordinator, CoreGraphics.CGSize)
Notifies this that the size of it's view will change to the specified value, as coordinated by coordinator.
WillTransitionToTraitCollection(UITraitCollection, IUIViewControllerTransitionCoordinator)
Notifies this that its trait collection will change to traitCollection, as coordinated by coordinator.