UIKit.UIPresentationController: Method Members

The methods of UIKit.UIPresentationController are listed below. For a list of all members, see the UIPresentationController Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

AdaptivePresentationStyle() : UIModalPresentationStyle
Gets the presentation style to use when the app changes in size.
ContainerViewDidLayoutSubviews()
Notifies this presentation controller that layout has ended on the views in the container view.
ContainerViewWillLayoutSubviews()
Notifies this presentation controller that layout will begin on the views in the container view.
DismissalTransitionDidEnd(bool)
Notifies this presentation controller that dismissal animations are finished.
DismissalTransitionWillBegin()
Notifies this presentation controller that dismissal animations will begin.
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.
PresentationTransitionDidEnd(bool)
Notifies this presentation controller that presentation animations have finished.
PresentationTransitionWillBegin()
Notifies this presentation contoller that layout will begin on the views in the container.
SystemLayoutFittingSizeDidChangeForChildContentContainer(IUIContentContainer)
Notifies this container that auto layout resized a specified child container.
TraitCollectionDidChange(UITraitCollection)
Performs custom behavior when the specified current trait collection changes.
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIPresentationController object.