isFirstResponder
A Boolean value indicating whether the collection view is the first responder.
Declaration
var isFirstResponder: Bool { get }Discussion
The value of this property is true when the collection view is the first responder. This property is fully key-value observing compliant.