mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 12:56:13 -04:00
library table insets
This commit is contained in:
parent
710cbc50d7
commit
e5610a3ec4
@ -54,6 +54,14 @@ class CloudBooksController: UITableViewController, NSFetchedResultsControllerDel
|
||||
}
|
||||
}
|
||||
|
||||
override func traitCollectionDidChange(previousTraitCollection: UITraitCollection?) {
|
||||
super.traitCollectionDidChange(previousTraitCollection)
|
||||
let tabbarHeight = tabBarController?.tabBar.frame.height ?? 50
|
||||
let inset = UIEdgeInsetsMake(tableView.contentInset.top, 0, tabbarHeight, 0)
|
||||
tableView.contentInset = inset
|
||||
tableView.scrollIndicatorInsets = inset
|
||||
}
|
||||
|
||||
// MARK: - Actions
|
||||
|
||||
func showLanguageFilter() {
|
||||
|
@ -49,7 +49,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.7.1353</string>
|
||||
<string>1.7.1357</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.7.1627</string>
|
||||
<string>1.7.1631</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user