Skip to content

Instantly share code, notes, and snippets.

@ashour
Created June 13, 2019 08:59
Show Gist options
  • Save ashour/2594c9f1be95d606bbeaf3275681e531 to your computer and use it in GitHub Desktop.
Save ashour/2594c9f1be95d606bbeaf3275681e531 to your computer and use it in GitHub Desktop.
class TrackListViewController: UIViewController {
// ...
override func viewDidLoad() {
super.viewDidLoad()
title = NSLocalizedString("trackListTitle", comment: "")
// ...
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment