Class UIFocusUpdateContext

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
UICollectionViewFocusUpdateContext, UITableViewFocusUpdateContext

public class UIFocusUpdateContext
extends NSObject
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • UIFocusUpdateContext

      public UIFocusUpdateContext()
    • UIFocusUpdateContext

      protected UIFocusUpdateContext​(NSObject.Handle h, long handle)
    • UIFocusUpdateContext

      protected UIFocusUpdateContext​(NSObject.SkipInit skipInit)
  • Method Details

    • getPreviouslyFocusedItem

      public UIFocusItem getPreviouslyFocusedItem()
      Since:
      Available in iOS 10.0 and later.
    • getNextFocusedItem

      public UIFocusItem getNextFocusedItem()
      Since:
      Available in iOS 10.0 and later.
    • getPreviouslyFocusedView

      public UIView getPreviouslyFocusedView()
    • getNextFocusedView

      public UIView getNextFocusedView()
    • getFocusHeading

      public UIFocusHeading getFocusHeading()