diff --git a/Kiwix-iOS/Controller/Library/CloudBooksController.swift b/Kiwix-iOS/Controller/Library/CloudBooksController.swift index 65815531..56facfb9 100644 --- a/Kiwix-iOS/Controller/Library/CloudBooksController.swift +++ b/Kiwix-iOS/Controller/Library/CloudBooksController.swift @@ -33,13 +33,14 @@ class CloudBooksController: UITableViewController, NSFetchedResultsControllerDel tableView.emptyDataSetSource = self tableView.emptyDataSetDelegate = self tableView.tableFooterView = UIView() - + refreshControl = RefreshLibControl() refreshControl?.addTarget(self, action: #selector(CloudBooksController.refresh), forControlEvents: .ValueChanged) } override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) + tabBarController?.title = tabBarItem.title configureNavBarButtons() refreshAutomatically() isOnScreen = true diff --git a/Kiwix-iOS/Controller/Library/DownloadTasksController.swift b/Kiwix-iOS/Controller/Library/DownloadTasksController.swift index 16cfdffc..e0f6d3d6 100644 --- a/Kiwix-iOS/Controller/Library/DownloadTasksController.swift +++ b/Kiwix-iOS/Controller/Library/DownloadTasksController.swift @@ -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) } diff --git a/Kiwix-iOS/Controller/Library/LocalBooksController.swift b/Kiwix-iOS/Controller/Library/LocalBooksController.swift index 75a1b2c3..706b5e89 100644 --- a/Kiwix-iOS/Controller/Library/LocalBooksController.swift +++ b/Kiwix-iOS/Controller/Library/LocalBooksController.swift @@ -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?) { diff --git a/Kiwix-iOS/Info.plist b/Kiwix-iOS/Info.plist index 09bd863a..3ac533c5 100644 --- a/Kiwix-iOS/Info.plist +++ b/Kiwix-iOS/Info.plist @@ -49,7 +49,7 @@ CFBundleVersion - 1.8.1744 + 1.8.1747 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/Kiwix-iOSWidgets/Bookmarks/Info.plist b/Kiwix-iOSWidgets/Bookmarks/Info.plist index b64be4bc..ce69d10e 100644 --- a/Kiwix-iOSWidgets/Bookmarks/Info.plist +++ b/Kiwix-iOSWidgets/Bookmarks/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1.8.1744 + 1.8.1747 NSExtension NSExtensionMainStoryboard