Screen title - iOS

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

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