Every user interface needs to display information to the user whether that information may be text or images. However, another feature of a user interface is to accept commands from the user. The simplest way to accept commands through a user interface is through buttons.
The title that displays text on the button
Swift code that runs when ...