将glyptodon视图添加到UITableViewController时,添加一些顶空

时间:2016-05-27 13:28:29

标签: objective-c iphone ipad swift2 ios9

我将使用UINavigationController呈现UITableViewController。当我试图添加glyptodon视图到TableViewController得到一些顶空。

let reminderViewController = ListingRemindersTableTableViewController()
        let navigationController = UINavigationController(rootViewController: reminderViewController)animated: true, completion: nil)
self.navigationController?.presentViewController(navigationController, animated: true, completion: nil)

并在调用服务后的“ListingRemindersTableTableViewController”中添加glyptodon视图

self.view.glyptodon.show("NoData Found", withAnimation: true)

请帮助我。高级感谢您的解决方案。

Empty table with No Data Found label

2 个答案:

答案 0 :(得分:1)

解决了这个问题。 问题是glyptodonview中的框架。用glyptodonview中的边界替换框架。

答案 1 :(得分:0)

您似乎需要在Interface Builder中Adjust Scroll View Insets中将UIViewController属性设置为false。

看看这个答案:iOS 7 -- navigationController is setting the contentInset and ContentOffset of my UIScrollView