【发布时间】:2016-05-27 13:28:29
【问题描述】:
我正在展示带有 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)
请任何人帮助我。高级感谢您的解决方案。
【问题讨论】:
标签: objective-c iphone ipad swift2 ios9