mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-30 15:32:55 -04:00
empty tableview background
This commit is contained in:
parent
afe93874e3
commit
7015bbbb30
@ -83,6 +83,10 @@ extension BookDetailController {
|
|||||||
let attributes = [NSFontAttributeName: UIFont.systemFontOfSize(18), NSForegroundColorAttributeName: UIColor.darkGrayColor()]
|
let attributes = [NSFontAttributeName: UIFont.systemFontOfSize(18), NSForegroundColorAttributeName: UIColor.darkGrayColor()]
|
||||||
return NSAttributedString(string: string, attributes: attributes)
|
return NSAttributedString(string: string, attributes: attributes)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func verticalOffsetForEmptyDataSet(scrollView: UIScrollView!) -> CGFloat {
|
||||||
|
return -navigationController!.navigationBar.frame.maxY
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extension LanguageFilterController {
|
extension LanguageFilterController {
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.919</string>
|
<string>1.8.922</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.922</string>
|
<string>1.8.925</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionMainStoryboard</key>
|
<key>NSExtensionMainStoryboard</key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user