library controllers title

This commit is contained in:
Chris Li 2016-10-13 17:33:36 -04:00
parent 251c95a698
commit de8c036da9
5 changed files with 6 additions and 3 deletions

View File

@ -40,6 +40,7 @@ class CloudBooksController: UITableViewController, NSFetchedResultsControllerDel
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
tabBarController?.title = tabBarItem.title
configureNavBarButtons()
refreshAutomatically()
isOnScreen = true

View File

@ -36,6 +36,7 @@ class DownloadTasksController: UITableViewController, NSFetchedResultsController
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
tabBarController?.title = tabBarItem.title
timer = NSTimer.scheduledTimerWithTimeInterval(1.0, target: self, selector: #selector(DownloadTasksController.refreshProgress), userInfo: nil, repeats: true)
}

View File

@ -32,6 +32,7 @@ class LocalBooksController: UITableViewController, NSFetchedResultsControllerDel
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
tabBarController?.title = tabBarItem.title
}
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {

View File

@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.8.1744</string>
<string>1.8.1747</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.8.1744</string>
<string>1.8.1747</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>