lowerBaseline(_:)
Lowers the baseline offset of selected text by 1 point, or of all text if the receiver is a plain text view.
Declaration
func lowerBaseline(_ sender: Any?)Parameters
- sender:
The control that sent the message; may be
nil.
Discussion
As such, this method defines a more primitive operation than subscripting.