UICollectionView.RemembersLastFocusedIndexPath Property

Definition

Whether focus should return to the last-focused index path after it leaves and then re-enters the UICollectionView.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RemembersLastFocusedIndexPath { [Foundation.Export("remembersLastFocusedIndexPath")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setRemembersLastFocusedIndexPath:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.RemembersLastFocusedIndexPath : bool with get, set

Property Value

Attributes

Applies to