Created
June 13, 2019 08:59
-
-
Save ashour/2594c9f1be95d606bbeaf3275681e531 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
| 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