From 01ed9d62a66f647755fd7968e354845f3efd96a8 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sat, 19 Mar 2022 13:28:04 +1100 Subject: Storyboard is GONE Note - I had to fo into the Target settings -> Info -> Custom iOS Target Properties -> adjust the Application Scene Manifest there. Resources: - https://ioscoachfrank.com/remove-main-storyboard.html - https://stackoverflow.com/questions/25167458/changing-navigation-title-programmatically --- foray/ForayTableViewController.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'foray/ForayTableViewController.swift') diff --git a/foray/ForayTableViewController.swift b/foray/ForayTableViewController.swift index a16c3bb..b00fca9 100644 --- a/foray/ForayTableViewController.swift +++ b/foray/ForayTableViewController.swift @@ -46,6 +46,7 @@ class ForayTableViewController: UITableViewController { override func viewDidLoad() { super.viewDidLoad() + self.title = "Foray" tableView.rowHeight = UITableView.automaticDimension -- cgit