UITableViewDelegate.DidUpdateFocus Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, dass sich der Fokus geändert hat, wie in beschrieben context
.
[Foundation.Export("tableView:didUpdateFocusInContext:withAnimationCoordinator:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidUpdateFocus (UIKit.UITableView tableView, UIKit.UITableViewFocusUpdateContext context, UIKit.UIFocusAnimationCoordinator coordinator);
abstract member DidUpdateFocus : UIKit.UITableView * UIKit.UITableViewFocusUpdateContext * UIKit.UIFocusAnimationCoordinator -> unit
override this.DidUpdateFocus : UIKit.UITableView * UIKit.UITableViewFocusUpdateContext * UIKit.UIFocusAnimationCoordinator -> unit
Parameter
- tableView
- UITableView
- context
- UITableViewFocusUpdateContext
Ein UITableViewFocusUpdateContext Objekt, das Metadaten enthält.
- coordinator
- UIFocusAnimationCoordinator
Ein UIFocusAnimationCoordinator Objekt, das Metadaten enthält.
- Attribute
Hinweise
Die Werte von PreviouslyFocusedIndexPath und NextFocusedIndexPath können sein null
, wenn der Fokus zuvor nicht innerhalb des tableView
oder nur entfernt war.