marmelroy / FileBrowser

Finder-style iOS file browser written in Swift
MIT License
1.52k stars 222 forks source link

How to change name of Navigation bar #12

Closed LieutenantKernel closed 8 years ago

LieutenantKernel commented 8 years ago

Hi there, I love the app! I'm new to using Swift & cocoapods and I'm wondering how I could change the name "Documents" at the top of the navigation bar to something else. If you could point me in the right direction that would be awesome! Thanks

LieutenantKernel commented 8 years ago

I actually figured it out, it's fairly simple but if you're new to this it can be hard to find. You can edit the title in the FileListViewController.swift under the function "viewDidLoad()". You can edit it with self.title = "new title"