我将使用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)
请帮助我。高级感谢您的解决方案。
答案 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