TableView 打开 splitview 视图
你好 任何人都可以解释当我点击单元格中的一行时如何显示分割视图? 或者它的教程??
我有一个表格视图,我想在拆分视图中显示有关该单元格的信息。
谢谢
Hi
anybody can explain of how to show a splitview when I tap a row from a cell??
or a tutorial of it??
I have a tableview, and i want to display information about that cell in a splitview.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为没有这方面的教程,因为你不应该这样做。
拆分视图控制器应该是应用程序的根视图控制器,因此如果您想要一个可推送的拆分视图控制器,您必须自己编写它(或者可能找到一个开源控制器)。
I don't think there's a tutorial for that, since you're not supposed to do that.
The split view controller is supposed to be the root view controller of your application, so if you want a pushable split view controller you'll have to write it yourself (or possibly find an open source one).
我想实现一个应用程序,当它从表格中按下一行时,它将打开一个显示信息的 splitviewcontroller
关于“详细信息分割视图”中选定的单元格以及“根视图”中表格的所有信息。
文件复制到我的项目中
我已将splitview 模板中的
。并将此代码添加到我的 tableviewcontroller 中:
{
}
I want to implement an app that when it press a row from a table, it will open a splitviewcontroller that show the information
about the selected cell in the "detail´s splitview" , and all the info of the table in the "rootview".
I have copy to my project the
files from the splitview template.
And add this code to my tableviewcontroller:
{
}