Skip to main content
Logo Appt Light

Screen title on iOS

Each screen should have a descriptive title, which helps users with identifying the screen.

On iOS, we recommend using a UINavigationController with an appropriate title on each screen.

override func viewDidLoad() {
    super.viewDidLoad()
    title = "Appt homescreen"
}

Feedback?

Let us know!