empty tableview background

This commit is contained in:
Chris Li 2016-09-20 15:51:07 -04:00
parent afe93874e3
commit 7015bbbb30
3 changed files with 6 additions and 2 deletions

View File

@ -83,6 +83,10 @@ extension BookDetailController {
let attributes = [NSFontAttributeName: UIFont.systemFontOfSize(18), NSForegroundColorAttributeName: UIColor.darkGrayColor()]
return NSAttributedString(string: string, attributes: attributes)
}
func verticalOffsetForEmptyDataSet(scrollView: UIScrollView!) -> CGFloat {
return -navigationController!.navigationBar.frame.maxY
}
}
extension LanguageFilterController {

View File

@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.8.919</string>
<string>1.8.922</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.922</string>
<string>1.8.925</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>