UIKitFocusHandler

data class UIKitFocusHandler(val view: UIView) : FocusHandler

A FocusHandler that focuses on a given UIView

Parameters

view

the UIView to focus on

Constructors

Link copied to clipboard
constructor(view: UIView)

Properties

Link copied to clipboard
val view: UIView

Functions

Link copied to clipboard