Contents

selectPreviousKeyView(_:)

Searches for a candidate previous key view and, if it finds one, tries to make it the first responder.

Declaration

func selectPreviousKeyView(_ sender: Any?)

Parameters

  • sender:

    The message’s sender.

Discussion

The candidate is one of the following (which this function searches for in this order):

See Also

Managing the Key View Loop