|
CanEditItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
CanFocusItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Whether the item at indexPath can be focused.
|
|
CanPerformAction(IUICollectionViewDelegate, UICollectionView, Selector, NSIndexPath, NSObject)
|
Whether the cell at the specified indexPath supports the specified action.
|
|
CanPerformPrimaryActionForItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
CellDisplayingEnded(IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, NSIndexPath)
|
Indicates that the cell at the specified indexPath has been removed.
|
|
DidBeginMultipleSelectionInteraction(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
DidEndMultipleSelectionInteraction(IUICollectionViewDelegate, UICollectionView)
|
|
DidUpdateFocus(IUICollectionViewDelegate, UICollectionView, UICollectionViewFocusUpdateContext, UIFocusAnimationCoordinator)
|
Indicates that the focus changed as detailed in the context.
|
|
GetContextMenuConfiguration(IUICollectionViewDelegate, UICollectionView, NSIndexPath, CGPoint)
|
|
GetContextMenuConfiguration(IUICollectionViewDelegate, UICollectionView, NSIndexPath[], CGPoint)
|
|
GetContextMenuConfigurationDismissalPreview(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration, NSIndexPath)
|
|
GetContextMenuConfigurationHighlightPreview(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration, NSIndexPath)
|
|
GetIndexPathForPreferredFocusedView(IUICollectionViewDelegate, UICollectionView)
|
When overridden, allows the developer to specify the item that should initially receive focus.
|
|
GetPreviewForDismissingContextMenu(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration)
|
|
GetPreviewForHighlightingContextMenu(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration)
|
|
GetSceneActivationConfigurationForItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath, CGPoint)
|
|
GetSelectionFollowsFocusForItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
GetTargetContentOffset(IUICollectionViewDelegate, UICollectionView, CGPoint)
|
When overridden, allows the developer to modify the content offset for layout and animation changes.
|
|
GetTargetIndexPathForMove(IUICollectionViewDelegate, UICollectionView, NSIndexPath, NSIndexPath)
|
When overridden, allows the developer to modify the final location of a moved item. (For instance, to disallow a move to a particular proposedIndexPath.)
|
|
GetTargetIndexPathForMoveOfItemFromOriginalIndexPath(IUICollectionViewDelegate, UICollectionView, NSIndexPath, NSIndexPath, NSIndexPath)
|
|
ItemDeselected(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Indicates that the cell at the specified indexPath has been deselected.
|
|
ItemHighlighted(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Indicates that the cell at the specified indexPath has been highlighted.
|
|
ItemSelected(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Indicates that the cell at the specified indexPath has been selected.
|
|
ItemUnhighlighted(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Indicates that the cell at the specified indexPath has been unhighlighted.
|
|
PerformAction(IUICollectionViewDelegate, UICollectionView, Selector, NSIndexPath, NSObject)
|
Whether the cell at the specified indexPath supports the specified Copy or Paste action.
|
|
PerformPrimaryActionForItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
ShouldBeginMultipleSelectionInteraction(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
|
ShouldDeselectItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Whether the cell at the specified indexPath should allow itself to be deselected.
|
|
ShouldHighlightItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Whether the cell at the specified indexPath should allow itself to be highlighted.
|
|
ShouldSelectItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Whether the cell at the specified indexPath allows itself to be selected.
|
|
ShouldShowMenu(IUICollectionViewDelegate, UICollectionView, NSIndexPath)
|
Whether the cell at the specified indexPath should show an Action menu.
|
|
ShouldSpringLoadItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath, IUISpringLoadedInteractionContext)
|
Method that is called to indicate whether the identified item should springload in the specified context.
|
|
ShouldUpdateFocus(IUICollectionViewDelegate, UICollectionView, UICollectionViewFocusUpdateContext)
|
When overridden, allows the developer to prevent the focus change specified in context.
|
|
SupplementaryViewDisplayingEnded(IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, NSString, NSIndexPath)
|
Indicates that the supplementary view at the specified indexPath has been removed.
|
|
TransitionLayout(IUICollectionViewDelegate, UICollectionView, UICollectionViewLayout, UICollectionViewLayout)
|
The UICollectionViewTransitionLayout to be used when moving from the specified fromLayout to the toLayout.
|
|
WillDisplayCell(IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, NSIndexPath)
|
The cell is about to be displayed.
|
|
WillDisplayContextMenu(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
|
|
WillDisplaySupplementaryView(IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, String, NSIndexPath)
|
The supplementary view is about to be displayed.
|
|
WillEndContextMenuInteraction(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
|
|
WillPerformPreviewAction(IUICollectionViewDelegate, UICollectionView, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating)
|