UITableViewDelegate_Extensions.DidUpdateFocus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the focus changed as detailed in the context
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidUpdateFocus (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context, UIKit.UIFocusAnimationCoordinator coordinator);
static member DidUpdateFocus : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewFocusUpdateContext * UIKit.UIFocusAnimationCoordinator -> unit
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
- context
- UITableViewFocusUpdateContext
A UITableViewFocusUpdateContext object containing metadata.
- coordinator
- UIFocusAnimationCoordinator
A UIFocusAnimationCoordinator object containing metadata.
- Attributes
Remarks
The values of PreviouslyFocusedIndexPath and NextFocusedIndexPath may be null
if focus was previously not within, or just departed, the tableView
.