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