Skip to content

Instantly share code, notes, and snippets.

@Le0nX
Created November 1, 2019 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Le0nX/b76418738fb2d23636e97125b5157366 to your computer and use it in GitHub Desktop.
Save Le0nX/b76418738fb2d23636e97125b5157366 to your computer and use it in GitHub Desktop.
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