UIKit.UIContentContainer Members

The members of UIKit.UIContentContainer are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

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

Public Methods

abstract
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.
abstract
PreferredContentSizeDidChangeForChildContentContainer(IUIContentContainer)
Notifies this controller that the preferred size for content for a specified child container has changed.
abstract
SystemLayoutFittingSizeDidChangeForChildContentContainer(IUIContentContainer)
Notifies this container that auto layout resized a specified child container.
abstract
ViewWillTransitionToSize(IUIViewControllerTransitionCoordinator, CoreGraphics.CGSize)
Notifies this that the size of it's view will change to the specified value, as coordinated by coordinator.
abstract
WillTransitionToTraitCollection(UITraitCollection, IUIViewControllerTransitionCoordinator)
Notifies this that its trait collection will change to traitCollection, as coordinated by coordinator.