makeTextLarger(_:)
Action method that increases the text size by one unit.
Declaration
@IBAction func makeTextLarger(_ sender: Any?)Parameters
- sender:
The object that sent this message.
Action method that increases the text size by one unit.
@IBAction func makeTextLarger(_ sender: Any?)The object that sent this message.