Created
November 1, 2019 14:21
-
-
Save Le0nX/b76418738fb2d23636e97125b5157366 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import UIKit | |
class HeadlinesVewController: UITableViewController { | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
setupUI() | |
} | |
private func setupUI() { | |
// Enable large tittles | |
self.navigationController?.navigationBar.prefersLargeTitles = true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment