acceptsFirstResponder
A Boolean value that indicates whether the view accepts first responder status.
Declaration
@MainActor @preconcurrency override dynamic var acceptsFirstResponder: Bool { get }Discussion
An ARView instance sets this value to true by default to indicate that it does accept first responder status. See NSResponder for more information about the responder chain.