如何创建像 Apple iBooks 中那样的页面滚动条?
你们明白我的意思了。我不知道该怎么做。任何地方都没有教程,到目前为止我已经花了大约 4 个小时来解决这个问题,但没有任何效果。谁能给我指出一些有用的东西,或者让我快速了解如何实现这一目标?干杯。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之:创建一个
UIView
或UIControl
子类。绘制页面的缩略图。响应触摸事件并将选择更改发送给代理,然后代理可以更新实际页面。类似的东西:-)In short: create a
UIView
orUIControl
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 :-)