diff --git a/Kiwix-iOS/Controller/Library/CloudBooksController.swift b/Kiwix-iOS/Controller/Library/CloudBooksController.swift index b65e4be6..0917e66b 100644 --- a/Kiwix-iOS/Controller/Library/CloudBooksController.swift +++ b/Kiwix-iOS/Controller/Library/CloudBooksController.swift @@ -20,7 +20,6 @@ class CloudBooksController: UITableViewController, NSFetchedResultsControllerDel required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) - title = "" tabBarItem.title = LocalizedStrings.LibraryTabTitle.cloud tabBarItem.image = UIImage(named: "Cloud") tabBarItem.selectedImage = UIImage(named: "CloudFilled") diff --git a/Kiwix-iOS/Controller/Library/DownloadTasksController.swift b/Kiwix-iOS/Controller/Library/DownloadTasksController.swift index d720309f..e6fa3d0b 100644 --- a/Kiwix-iOS/Controller/Library/DownloadTasksController.swift +++ b/Kiwix-iOS/Controller/Library/DownloadTasksController.swift @@ -19,7 +19,6 @@ class DownloadTasksController: UIViewController, UITableViewDelegate, UITableVie required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) - title = "" tabBarItem.title = LocalizedStrings.LibraryTabTitle.download tabBarItem.image = UIImage(named: "Download") tabBarItem.selectedImage = UIImage(named: "DownloadFilled") diff --git a/Kiwix-iOS/Controller/Library/LocalBooksController.swift b/Kiwix-iOS/Controller/Library/LocalBooksController.swift index 7c1228a0..f2791fe0 100644 --- a/Kiwix-iOS/Controller/Library/LocalBooksController.swift +++ b/Kiwix-iOS/Controller/Library/LocalBooksController.swift @@ -19,7 +19,6 @@ class LocalBooksController: UIViewController, UITableViewDelegate, UITableViewDa required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) - title = "Local" tabBarItem.title = LocalizedStrings.LibraryTabTitle.local tabBarItem.image = UIImage(named: "Folder") tabBarItem.selectedImage = UIImage(named: "FolderFilled") diff --git a/Kiwix-iOS/Storyboard/Library.storyboard b/Kiwix-iOS/Storyboard/Library.storyboard index 2bee82b5..9b7fbbd9 100644 --- a/Kiwix-iOS/Storyboard/Library.storyboard +++ b/Kiwix-iOS/Storyboard/Library.storyboard @@ -1,5 +1,5 @@ - + @@ -352,10 +352,10 @@ - + - +