Package apple.uikit.protocol
Interface UICollectionViewDelegateFlowLayout
-
- All Superinterfaces:
UICollectionViewDelegate,UIScrollViewDelegate
public interface UICollectionViewDelegateFlowLayout extends UICollectionViewDelegate
-
-
Method Summary
-
Methods inherited from interface apple.uikit.protocol.UICollectionViewDelegate
collectionViewCanEditItemAtIndexPath, collectionViewCanFocusItemAtIndexPath, collectionViewCanPerformActionForItemAtIndexPathWithSender, collectionViewContextMenuConfigurationForItemAtIndexPathPoint, collectionViewDidBeginMultipleSelectionInteractionAtIndexPath, collectionViewDidDeselectItemAtIndexPath, collectionViewDidEndDisplayingCellForItemAtIndexPath, collectionViewDidEndDisplayingSupplementaryViewForElementOfKindAtIndexPath, collectionViewDidEndMultipleSelectionInteraction, collectionViewDidHighlightItemAtIndexPath, collectionViewDidSelectItemAtIndexPath, collectionViewDidUnhighlightItemAtIndexPath, collectionViewDidUpdateFocusInContextWithAnimationCoordinator, collectionViewPerformActionForItemAtIndexPathWithSender, collectionViewPreviewForDismissingContextMenuWithConfiguration, collectionViewPreviewForHighlightingContextMenuWithConfiguration, collectionViewShouldBeginMultipleSelectionInteractionAtIndexPath, collectionViewShouldDeselectItemAtIndexPath, collectionViewShouldHighlightItemAtIndexPath, collectionViewShouldSelectItemAtIndexPath, collectionViewShouldShowMenuForItemAtIndexPath, collectionViewShouldSpringLoadItemAtIndexPathWithContext, collectionViewShouldUpdateFocusInContext, collectionViewTargetContentOffsetForProposedContentOffset, collectionViewTargetIndexPathForMoveFromItemAtIndexPathToProposedIndexPath, collectionViewTransitionLayoutForOldLayoutNewLayout, collectionViewWillDisplayCellForItemAtIndexPath, collectionViewWillDisplayContextMenuWithConfigurationAnimator, collectionViewWillDisplaySupplementaryViewForElementKindAtIndexPath, collectionViewWillEndContextMenuInteractionWithConfigurationAnimator, collectionViewWillPerformPreviewActionForMenuWithConfigurationAnimator, indexPathForPreferredFocusedViewInCollectionView
-
Methods inherited from interface apple.uikit.protocol.UIScrollViewDelegate
scrollViewDidChangeAdjustedContentInset, scrollViewDidEndDecelerating, scrollViewDidEndDraggingWillDecelerate, scrollViewDidEndScrollingAnimation, scrollViewDidEndZoomingWithViewAtScale, scrollViewDidScroll, scrollViewDidScrollToTop, scrollViewDidZoom, scrollViewShouldScrollToTop, scrollViewWillBeginDecelerating, scrollViewWillBeginDragging, scrollViewWillBeginZoomingWithView, scrollViewWillEndDraggingWithVelocityTargetContentOffset, viewForZoomingInScrollView
-
-
-
-
Method Detail
-
collectionViewLayoutInsetForSectionAtIndex
default UIEdgeInsets collectionViewLayoutInsetForSectionAtIndex(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)
-
collectionViewLayoutMinimumInteritemSpacingForSectionAtIndex
default double collectionViewLayoutMinimumInteritemSpacingForSectionAtIndex(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)
-
collectionViewLayoutMinimumLineSpacingForSectionAtIndex
default double collectionViewLayoutMinimumLineSpacingForSectionAtIndex(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)
-
collectionViewLayoutReferenceSizeForFooterInSection
default CGSize collectionViewLayoutReferenceSizeForFooterInSection(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)
-
collectionViewLayoutReferenceSizeForHeaderInSection
default CGSize collectionViewLayoutReferenceSizeForHeaderInSection(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)
-
collectionViewLayoutSizeForItemAtIndexPath
default CGSize collectionViewLayoutSizeForItemAtIndexPath(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, NSIndexPath indexPath)
-
-