如何创建像 Apple iBooks 中那样的页面滚动条?

发布于 2024-09-24 02:55:41 字数 171 浏览 0 评论 0原文

alt text

你们明白我的意思了。我不知道该怎么做。任何地方都没有教程,到目前为止我已经花了大约 4 个小时来解决这个问题,但没有任何效果。谁能给我指出一些有用的东西,或者让我快速了解如何实现这一目标?干杯。

alt text

You guys get what I mean. I have no idea how to do this. There are no tutorials anywhere and so far I've spent about 4 hours on this to no avail. Can anyone point me to anything useful or give me a quick run down on how I would achieve this? Cheers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

寂寞美少年 2024-10-01 02:55:41

简而言之:创建一个 UIViewUIControl 子类。绘制页面的缩略图。响应触摸事件并将选择更改发送给代理,然后代理可以更新实际页面。类似的东西:-)

In short: create a UIView or UIControl subclass. Draw thumbnail images of the pages. Respond to touch events and send selection changes to a delegate that can then update the real page. Something like that :-)

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