如何获取 UIPageViewController 中的当前控制器
我正在创建一本像 iBook 这样的书。我在放置在 contentviewcontroller 上的 UIWebView
上加载数据。我的问题是用户可以通过目录转到任何页面也可以增加或减小大小或突出显示文本。我的问题是识别这是在哪个 UIWebView 上执行的。或者,如果用户跳转到页面,其他页面将在下一页自动填充数据。或在增加或减小字体大小时,应自动填充数据。主要问题是我无法以编程方式检索不同页面的内容并重新加载它们。
I am creating a book like iBook. I load data on UIWebView
placed on contentviewcontroller. My problem is that user can go to any page through table of contents also can increase or decrase size or can highlight the text. My problem is to recognize on which UIWebView
this is doing. or if user jump to page other page get populated with data automatically with next page. or On increase or decrease font size the data should be populated automatically. Main problem is I am not getting to retrieve the contents of different page programmatically an reload them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经从 leaves 教程系列中创建了 pdf 图书阅读器。查看链接 Leaves 和 离开模式 另请查看一个好的教程 http://www.vfr.org /。该应用程序立即加载pdf文件,您可以设置跳转到页面书签页面的事件
I have created the pdf book reader from the leaves tutorial series. check out the link Leaves and leaves with mode also check the good one tutorial http://www.vfr.org/. the app loads pdf file at once and you can set your event of jump to page book mark page
问题,有关帮助,请参阅教程
我认为,您使用 pageViewController 的 dataSouce...并解决如何使用 pageViewController 的 dataSouce 的
I think ,You use dataSouce of pageViewController... and solve your Problem
how to use dataSouce of pageViewController ,for help see tutorial