使用分割视图如何在详细视图中加载网页视图
当在主视图中选择表行时,如何使用 webview 初始化我的详细视图... 任何例子或任何方法来解决这个问题....
提前致谢..
how to initialise my detail view with webview when a table row get selected in master view...
any example or any method to solve this problem....
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Detailview('s loadview) 中初始化一个 UIWebview 并将其保持为隐藏。如果在主控制器上点击一行,则将该 URL 传递给 UIWebView 并将其设置为可见。
一切顺利!!
initialize one UIWebview in Detailview('s loadview) and Keep it as hidden. If a row is tapped on master controler then pass that URL to UIWebView and make it as Visible.
All the best!!
在 TableView 方法 didSelectRowAtIndexPath 中:
in TableView method didSelectRowAtIndexPath: