如何在 SPLITVIEWCONTROLLER 的 DetailViewController 中创建 tableView ? (IPAD)
我想要的是在 splitviewController 的详细视图中显示 tableView ..,我只能在其他站点中找到 ImageView 示例..,如果有人让我知道它是如何完成的,那就太好了
What I all want is to display a tableView in the detailView of the splitviewController.., I could find only ImageView samples in other sites.., Would be great if Anyone let me know how it is done
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个 UITableViewController 并将其视图作为子视图添加到 DetailViewControllers 视图中:
这是您想要的吗?
You can create a UITableViewController and add it's view to the DetailViewControllers view as a subview:
Is this what you were looking for?