UITableView(不使用导航模板)或 AppDelegate 到 DetailView
我想在常规视图上的 UITableView 上显示来自选择行事件的详细信息视图。不知何故,我想象我可以获得 selectedIndex,对于详细信息视图,我可以将该值传递到视图中。我只是以网络时代程序员的心态大声思考。我的表视图从 plist 获取数据。任何代码示例都很棒,但我怀疑是否有。我已经搜索了 3 天试图找到一个。
谢谢
I'd like to display a Details view from a select row event on a UITableView sitting on a regular View. Somehow I imagine I could get the selectedIndex and for the Detail view I can have that value passed in to the View. I'm just thinking out loud and from the mindset of a web era programmer. My tableview gets it's data from a plist. Any code samples out there would be great but I doubt there are any. I've search for 3 days trying to find one.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这几乎是不可能的。我只是投降并开始使用导航模板。一切都如丝绸般光滑。
It's nearly impossible. I just surrendered and started with a Navigation Template. Everything is smooth as silk.