共用方式為


UICollectionViewDelegateFlowLayout 類別

定義

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

[Foundation.Protocol]
[Foundation.Register("UICollectionViewDelegateFlowLayout", false)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public class UICollectionViewDelegateFlowLayout : UIKit.UICollectionViewDelegate, IDisposable, UIKit.IUICollectionViewDelegateFlowLayout
type UICollectionViewDelegateFlowLayout = class
    inherit UICollectionViewDelegate
    interface IUICollectionViewDelegateFlowLayout
    interface INativeObject
    interface IDisposable
    interface IUICollectionViewDelegate
    interface IUIScrollViewDelegate
繼承
UICollectionViewDelegateFlowLayout
屬性
實作

備註

覆寫此類別中的方法可讓應用程式開發人員控制以方格為基礎的 UICollectionViewFlowLayout 間距。

此外,此委派可用來回應 所 UICollectionViewFlowLayout 引發的事件。

建構函式

UICollectionViewDelegateFlowLayout()

預設建構函式,初始化這個類別的新實例。

UICollectionViewDelegateFlowLayout(IntPtr)

建立 Unmanaged 物件的 Managed 標記法時所使用的建構函式;由執行時間呼叫。

UICollectionViewDelegateFlowLayout(NSObjectFlag)

在衍生類別上呼叫的建構函式,以略過初始化,並只配置 物件。

屬性

Class

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ClassHandle

這個類別的控制碼。

(繼承來源 NSObject)
DebugDescription

此物件的開發人員有意義描述。

(繼承來源 NSObject)
Description

物件的描述,ToString 的 Objective-C 版本。

(繼承來源 NSObject)
Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 NSObject)
IsDirectBinding

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
IsProxy

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
RetainCount

傳回物件的目前 Objective-C 保留計數。

(繼承來源 NSObject)
Self

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Superclass

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
SuperHandle

用來表示這個 NSObject 基類中方法的控制碼。

(繼承來源 NSObject)
Zone

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)

方法

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

使用 NSString keyPath) ,註冊物件以供外部 (觀察。   觀察到的變更會分派至觀察者的 物件 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(繼承來源 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

使用字串 keyPath) ,註冊物件以供外部觀察 (。   觀察到的變更會分派至觀察者的 物件 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(繼承來源 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

註冊物件,以使用任意方法在外部觀察。

(繼承來源 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

註冊物件,以使用任意方法在外部觀察。

(繼承來源 NSObject)
AwakeFromNib()

從 nib 檔案載入物件之後呼叫。 覆寫程式必須呼叫基底。AwakeFromNib () 。

(繼承來源 NSObject)
BeginInvokeOnMainThread(Action)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

在主要 UI 執行緒上以非同步方式叫用指定的程式碼。

(繼承來源 NSObject)
Bind(NSString, NSObject, String, NSDictionary)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Bind(String, NSObject, String, NSDictionary)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
BindingInfo(String)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
BindingOptionDescriptions(String)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
BindingValueClass(String)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
CanFocusItem(UICollectionView, NSIndexPath)

是否可以將位於 indexPath 的專案設為焦點。

(繼承來源 UICollectionViewDelegate)
CanPerformAction(UICollectionView, Selector, NSIndexPath, NSObject)

這個 UICollectionViewDelegate 是否可以在 UICollectionView 中的專案上執行指定的動作。

(繼承來源 UICollectionViewDelegate)
CellDisplayingEnded(UICollectionView, UICollectionViewCell, NSIndexPath)

指出指定的儲存格已從 UICollectionView 中移除。

(繼承來源 UICollectionViewDelegate)
CommitEditing()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
CommitEditing(NSObject, Selector, IntPtr)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ConformsToProtocol(IntPtr)

叫用以判斷這個物件是否實作指定的通訊協定。

(繼承來源 NSObject)
Copy()

執行基礎 Objective-C 物件的複本。

(繼承來源 NSObject)
DangerousAutorelease()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
DangerousRelease()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
DangerousRetain()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
DecelerationEnded(UIScrollView)

表示捲動事件的減速已完成。

(繼承來源 UICollectionViewDelegate)
DecelerationStarted(UIScrollView)

表示捲動事件的減速已開始。

(繼承來源 UICollectionViewDelegate)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

表示對多關聯性的索引發生變更。

(繼承來源 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
DidChangeAdjustedContentInset(UIScrollView)

在內嵌值變更時呼叫的方法。

(繼承來源 UICollectionViewDelegate)
DidChangeValue(String)

表示在指定的索引鍵上發生變更。

(繼承來源 NSObject)
DidUpdateFocus(UICollectionView, UICollectionViewFocusUpdateContext, UIFocusAnimationCoordinator)

焦點變更為新的 UIView 之後不久呼叫的委派方法。

(繼承來源 UICollectionViewDelegate)
DidZoom(UIScrollView)

表示已發生縮放。

(繼承來源 UICollectionViewDelegate)
Dispose()

釋放 NSObject 物件所使用的資源。

(繼承來源 NSObject)
Dispose(Boolean)

釋放 NSObject 物件所使用的資源。

(繼承來源 NSObject)
DoesNotRecognizeSelector(Selector)

表示這個物件無法辨識指定的選取器。

(繼承來源 NSObject)
DraggingEnded(UIScrollView, Boolean)

表示拖曳已完成。

(繼承來源 UICollectionViewDelegate)
DraggingStarted(UIScrollView)

表示已開始拖曳。

(繼承來源 UICollectionViewDelegate)
Equals(NSObject)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Equals(Object)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ExposedBindings()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetBindingInfo(NSString)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetBindingOptionDescriptions(NSString)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetBindingValueClass(NSString)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

擷取指定索引鍵的值。

(繼承來源 NSObject)
GetHashCode()

產生目前實例的雜湊碼。

(繼承來源 NSObject)
GetIndexPathForPreferredFocusedView(UICollectionView)

覆寫時,可讓開發人員指定一開始應該接收焦點的專案。

(繼承來源 UICollectionViewDelegate)
GetInsetForSection(UICollectionView, UICollectionViewLayout, nint)

要套用至指定區段中內容的邊界。

GetMethodForSelector(Selector)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetMinimumInteritemSpacingForSection(UICollectionView, UICollectionViewLayout, nint)

區段之資料列或欄的專案之間的間距。

GetMinimumLineSpacingForSection(UICollectionView, UICollectionViewLayout, nint)

區段的資料列或欄之間的間距。

GetNativeField(String)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetNativeHash()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
GetReferenceSizeForFooter(UICollectionView, UICollectionViewLayout, nint)

指定區段的頁尾檢視大小。

GetReferenceSizeForHeader(UICollectionView, UICollectionViewLayout, nint)

指定區段的標頭檢視大小。

GetSizeForItem(UICollectionView, UICollectionViewLayout, NSIndexPath)

指定之專案儲存格的大小。

GetTargetContentOffset(UICollectionView, CGPoint)

覆寫時,可讓開發人員修改版面配置和動畫變更的內容位移。

(繼承來源 UICollectionViewDelegate)
GetTargetIndexPathForMove(UICollectionView, NSIndexPath, NSIndexPath)

覆寫時,可讓開發人員修改移動專案的最終位置。 (例如,不允許移至特定 proposedIndexPath .)

(繼承來源 UICollectionViewDelegate)
Init()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
InitializeHandle(IntPtr)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
InitializeHandle(IntPtr, String)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Invoke(Action, Double)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Invoke(Action, TimeSpan)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
InvokeOnMainThread(Action)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
InvokeOnMainThread(Selector, NSObject)

在主要 UI 執行緒上,以同步方式叫用指定的程式碼。

(繼承來源 NSObject)
IsEqual(NSObject)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
IsKindOfClass(Class)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
IsMemberOfClass(Class)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ItemDeselected(UICollectionView, NSIndexPath)

指出指定索引處的專案已取消選取。

(繼承來源 UICollectionViewDelegate)
ItemHighlighted(UICollectionView, NSIndexPath)

指出指定的專案已反白顯示。

(繼承來源 UICollectionViewDelegate)
ItemSelected(UICollectionView, NSIndexPath)

表示已選取位於指定索引處的專案。

(繼承來源 UICollectionViewDelegate)
ItemUnhighlighted(UICollectionView, NSIndexPath)

表示位於指定索引處的專案已移除其反白顯示。

(繼承來源 UICollectionViewDelegate)
MarkDirty()

將一般對等物件升階 (IsDirectBinding 為 true) 為 toggleref 物件。

(繼承來源 NSObject)
MutableCopy()

建立指定之 NSObject 的可變動複本。

(繼承來源 NSObject)
ObjectDidEndEditing(NSObject)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

表示相對於這個物件的指定 keyPath 值已變更。

(繼承來源 NSObject)
PerformAction(UICollectionView, Selector, NSIndexPath, NSObject)

在 UICollectionView 中的專案上執行指定的動作。

(繼承來源 UICollectionViewDelegate)
PerformSelector(Selector)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PerformSelector(Selector, NSObject)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PerformSelector(Selector, NSObject, Double)

在目前的實例上叫用選取器,如果 obj 不是 null,它會將這個 當做其單一參數傳遞。

(繼承來源 NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PerformSelector(Selector, NSObject, NSObject)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
PrepareForInterfaceBuilder()

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
RemoveObserver(NSObject, NSString)

停止指定的觀察者接收指定 keyPath 變更值的進一步通知。

(繼承來源 NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

停止指定的觀察者接收指定 keyPath 和內容之已變更值的進一步通知。

(繼承來源 NSObject)
RemoveObserver(NSObject, String)

停止指定的觀察者接收指定 keyPath 變更值的進一步通知。

(繼承來源 NSObject)
RemoveObserver(NSObject, String, IntPtr)

停止指定的觀察者接收指定 keyPath 和內容之已變更值的進一步通知。

(繼承來源 NSObject)
RespondsToSelector(Selector)

這個物件是否可辨識指定的選取器。

(繼承來源 NSObject)
ScrollAnimationEnded(UIScrollView)

表示與捲動事件相關的動畫已完成。

(繼承來源 UICollectionViewDelegate)
Scrolled(UIScrollView)

表示發生捲動。

(繼承來源 UICollectionViewDelegate)
ScrolledToTop(UIScrollView)

表示 UICollectionView 已捲動至其開頭。

(繼承來源 UICollectionViewDelegate)
SetNativeField(String, NSObject)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
SetNilValueForKey(NSString)

將指定索引鍵的值設定為 null。

(繼承來源 NSObject)
SetValueForKey(NSObject, NSString)

將索引鍵所指定的屬性值設定為指定的值。

(繼承來源 NSObject)
SetValueForKeyPath(IntPtr, NSString)

建立 Unmanaged 物件的 Managed 標記法時所使用的建構函式;由執行時間呼叫。

(繼承來源 NSObject)
SetValueForKeyPath(NSObject, NSString)

設定可以使用索引鍵路徑到達的屬性值。

(繼承來源 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

表示嘗試將值寫入未定義的索引鍵。 如果未覆寫,則會引發 NSUndefinedKeyException。

(繼承來源 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

將這個 NSObject 的值設定為指定字典中的值。

(繼承來源 NSObject)
ShouldDeselectItem(UICollectionView, NSIndexPath)

是否應該取消選取指定的專案。

(繼承來源 UICollectionViewDelegate)
ShouldHighlightItem(UICollectionView, NSIndexPath)

追蹤期間是否應該反白顯示指定的專案。

(繼承來源 UICollectionViewDelegate)
ShouldScrollToTop(UIScrollView)

UICollectionView 是否應該捲動至其開頭。

(繼承來源 UICollectionViewDelegate)
ShouldSelectItem(UICollectionView, NSIndexPath)

是否應該選取指定的專案。

(繼承來源 UICollectionViewDelegate)
ShouldShowMenu(UICollectionView, NSIndexPath)

是否應該針對指定的專案顯示動作功能表。

(繼承來源 UICollectionViewDelegate)
ShouldSpringLoadItem(UICollectionView, NSIndexPath, IUISpringLoadedInteractionContext)

呼叫以指出所識別專案是否應該在指定的內容中 Springload 的方法。

(繼承來源 UICollectionViewDelegate)
ShouldUpdateFocus(UICollectionView, UICollectionViewFocusUpdateContext)

在遺失或接收焦點的 collectionView 儲存格之前呼叫。 如果任一焦點環境傳 false 回 ,則會取消焦點更新。

(繼承來源 UICollectionViewDelegate)
SupplementaryViewDisplayingEnded(UICollectionView, UICollectionReusableView, NSString, NSIndexPath)

指出指定的增補檢視已從 UICollectionView 中移除。

(繼承來源 UICollectionViewDelegate)
ToString()

傳回目前實例值的字串表示。

(繼承來源 NSObject)
TransitionLayout(UICollectionView, UICollectionViewLayout, UICollectionViewLayout)

在選取的版面配置之間移動時,要使用的自訂轉換配置。

(繼承來源 UICollectionViewDelegate)
Unbind(NSString)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
Unbind(String)
已淘汰.

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
ValueForKey(NSString)

傳回與指定索引鍵相關聯的屬性值。

(繼承來源 NSObject)
ValueForKeyPath(NSString)

傳回可以使用索引鍵路徑到達的屬性值。

(繼承來源 NSObject)
ValueForUndefinedKey(NSString)

表示嘗試讀取未定義索引鍵的值。 如果未覆寫,則會引發 NSUndefinedKeyException。

(繼承來源 NSObject)
ViewForZoomingInScrollView(UIScrollView)

縮放即將發生時要使用的 UIView。

(繼承來源 UICollectionViewDelegate)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

表示指定索引鍵中指定索引的值即將變更。

(繼承來源 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

(繼承來源 NSObject)
WillChangeValue(String)

表示指定的索引鍵值即將變更。

(繼承來源 NSObject)
WillDisplayCell(UICollectionView, UICollectionViewCell, NSIndexPath)

cell即將顯示 。

(繼承來源 UICollectionViewDelegate)
WillDisplaySupplementaryView(UICollectionView, UICollectionReusableView, String, NSIndexPath)

補充 view 即將顯示。

(繼承來源 UICollectionViewDelegate)
WillEndDragging(UIScrollView, CGPoint, CGPoint)

表示拖曳即將完成。

(繼承來源 UICollectionViewDelegate)
ZoomingEnded(UIScrollView, UIView, nfloat)

表示縮放已完成。

(繼承來源 UICollectionViewDelegate)
ZoomingStarted(UIScrollView, UIView)

表示縮放已開始。

(繼承來源 UICollectionViewDelegate)

擴充方法

GetDebugDescription(INSObjectProtocol)

用來自訂間距,並回應 中的 UICollectionViewFlowLayout 事件。

GetAccessibilityCustomRotors(NSObject)

取得適用于 this 物件的陣列 UIAccessibilityCustomRotor

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

設定適用于 this 物件的陣列 UIAccessibilityCustomRotor

CanFocusItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

是否可以將位於 indexPath 的專案設為焦點。

CanPerformAction(IUICollectionViewDelegate, UICollectionView, Selector, NSIndexPath, NSObject)

指定 indexPath 處的儲存格是否支援指定的動作。

CellDisplayingEnded(IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, NSIndexPath)

表示指定的 indexPath 上的儲存格已移除。

DidUpdateFocus(IUICollectionViewDelegate, UICollectionView, UICollectionViewFocusUpdateContext, UIFocusAnimationCoordinator)

表示焦點已變更,如 中所述 context

GetIndexPathForPreferredFocusedView(IUICollectionViewDelegate, UICollectionView)

覆寫時,可讓開發人員指定一開始應該接收焦點的專案。

GetTargetContentOffset(IUICollectionViewDelegate, UICollectionView, CGPoint)

覆寫時,可讓開發人員修改版面配置和動畫變更的內容位移。

GetTargetIndexPathForMove(IUICollectionViewDelegate, UICollectionView, NSIndexPath, NSIndexPath)

覆寫時,可讓開發人員修改移動專案的最終位置。 (例如,不允許移至特定 proposedIndexPath .)

ItemDeselected(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

表示指定 indexPath 上的儲存格已取消選取。

ItemHighlighted(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

表示指定 indexPath 上的儲存格已反白顯示。

ItemSelected(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

表示已選取位於指定 indexPath 的儲存格。

ItemUnhighlighted(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

表示位於指定 indexPath 的儲存格尚未顯示。

PerformAction(IUICollectionViewDelegate, UICollectionView, Selector, NSIndexPath, NSObject)

指定 indexPath 上的儲存格是否支援指定的複製或貼上動作。

ShouldDeselectItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

指定 indexPath 上的儲存格是否應該允許取消選取。

ShouldHighlightItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

指定 indexPath 上的儲存格是否應該允許反白顯示本身。

ShouldSelectItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

指定 indexPath 上的儲存格是否允許自行選取。

ShouldShowMenu(IUICollectionViewDelegate, UICollectionView, NSIndexPath)

指定 indexPath 上的儲存格是否應該顯示 [動作] 功能表。

ShouldSpringLoadItem(IUICollectionViewDelegate, UICollectionView, NSIndexPath, IUISpringLoadedInteractionContext)

呼叫以指出所識別專案是否應該在指定的內容中 Springload 的方法。

ShouldUpdateFocus(IUICollectionViewDelegate, UICollectionView, UICollectionViewFocusUpdateContext)

覆寫時,可讓開發人員防止 中指定的 context 焦點變更。

SupplementaryViewDisplayingEnded(IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, NSString, NSIndexPath)

指出指定的 indexPath 上的增補檢視已經移除。

TransitionLayout(IUICollectionViewDelegate, UICollectionView, UICollectionViewLayout, UICollectionViewLayout)

從指定的 fromLayout 移至 toLayout 時要使用的 UICollectionViewTransitionLayout。

WillDisplayCell(IUICollectionViewDelegate, UICollectionView, UICollectionViewCell, NSIndexPath)

cell即將顯示 。

WillDisplaySupplementaryView(IUICollectionViewDelegate, UICollectionView, UICollectionReusableView, String, NSIndexPath)

補充 view 即將顯示。

GetInsetForSection(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint)

要套用至指定區段中內容的邊界。

GetMinimumInteritemSpacingForSection(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint)

區段之資料列或欄的專案之間的間距。

GetMinimumLineSpacingForSection(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint)

區段的資料列或欄之間的間距。

GetReferenceSizeForFooter(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint)

指定區段的頁尾檢視大小。

GetReferenceSizeForHeader(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint)

指定區段的標頭檢視大小。

GetSizeForItem(IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, NSIndexPath)

指定之專案儲存格的大小。

DecelerationEnded(IUIScrollViewDelegate, UIScrollView)

表示與捲動事件相關的減速已結束。

DecelerationStarted(IUIScrollViewDelegate, UIScrollView)

表示捲動事件的減速已開始。

DidChangeAdjustedContentInset(IUIScrollViewDelegate, UIScrollView)

在內嵌值變更時呼叫的方法。

DidZoom(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 已縮放。

DraggingEnded(IUIScrollViewDelegate, UIScrollView, Boolean)

表示拖曳已完成。

DraggingStarted(IUIScrollViewDelegate, UIScrollView)

表示已開始拖曳。

ScrollAnimationEnded(IUIScrollViewDelegate, UIScrollView)

表示與捲動相關的所有動畫都已完成。

Scrolled(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 已捲動。

ScrolledToTop(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 捲動已結束于頂端。

ShouldScrollToTop(IUIScrollViewDelegate, UIScrollView)

是否應該允許捲動至 scrollView 的開頭。

ViewForZoomingInScrollView(IUIScrollViewDelegate, UIScrollView)

要求縮放時要調整的 UIView。

WillEndDragging(IUIScrollViewDelegate, UIScrollView, CGPoint, CGPoint)

表示拖曳即將結束。

ZoomingEnded(IUIScrollViewDelegate, UIScrollView, UIView, nfloat)

表示縮放已完成。

ZoomingStarted(IUIScrollViewDelegate, UIScrollView, UIView)

表示縮放已開始。

適用於

另請參閱