UIKit.UICollectionReusableView Members

The members of UIKit.UICollectionReusableView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor, initializes a new instance of this class.
Initializes the UICollectionReusableView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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]
static
AppearanceUICollectionReusableView.UICollectionReusableViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ReuseIdentifierFoundation.NSString. Used to specify kinds of UICollectionReusableView's that may be reused by the queue.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UICollectionReusableView.UICollectionReusableViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
ApplyLayoutAttributes(UICollectionViewLayoutAttributes)
Applies the specified layout attributes to this UICollectionReusableView.
DidTransition(UICollectionViewLayout, UICollectionViewLayout)
Indicates that a transition has completed.
static
GetAppearance<T>() : UICollectionReusableView.UICollectionReusableViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UICollectionReusableView.UICollectionReusableViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UICollectionReusableView.UICollectionReusableViewAppearance
Documentation for this section has not yet been entered.
PreferredLayoutAttributesFittingAttributes(UICollectionViewLayoutAttributes) : UICollectionViewLayoutAttributes
Documentation for this section has not yet been entered.
PrepareForReuse()
Called prior to this UIKit.UICollectionReusableView being reused by the UIKit.UICollectionView's reuse queue.
WillTransition(UICollectionViewLayout, UICollectionViewLayout)
Indicates that a transition will shortly begin.

Protected Methods

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