如何获取 UIPageViewController 中的当前控制器

发布于 2025-01-04 23:10:53 字数 232 浏览 0 评论 0原文

我正在创建一本像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沫雨熙 2025-01-11 23:10:53

我已经从 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

梨涡少年 2025-01-11 23:10:53

问题,有关帮助,请参阅教程

- (UIViewController *)pageViewController:
(UIPageViewController *)pageViewController viewControllerBeforeViewController:
(UIViewController *)viewController

- (UIViewController *)pageViewController:
(UIPageViewController *)pageViewController viewControllerAfterViewController:(UIViewController *)viewController

我认为,您使用 pageViewController 的 dataSouce...并解决如何使用 pageViewController 的 dataSouce 的

I think ,You use dataSouce of pageViewController... and solve your Problem

- (UIViewController *)pageViewController:
(UIPageViewController *)pageViewController viewControllerBeforeViewController:
(UIViewController *)viewController

- (UIViewController *)pageViewController:
(UIPageViewController *)pageViewController viewControllerAfterViewController:(UIViewController *)viewController

how to use dataSouce of pageViewController ,for help see tutorial

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文