使用 html 站点/UI 视图进行分页?

发布于 2024-10-14 13:48:39 字数 167 浏览 2 评论 0原文

作为一名 xcode 初学者,我只是想知道是否可以在 uiwebview 中滑动 html 网站? 我们的想法是,拥有几个 html 网站(设计精美),用户无需点击按钮即可浏览这些网站。

我知道 cubiq 的 2-way-iScroll 并认为它可能能够在本地实现......?

谢谢。

as a xcode beginner I'm just wondering if it's possible to swipe html sites in a uiwebview?
the idea is, to have several html sites (with nice design) which the user can flip through without tapping a button.

i know 2-way-iScroll by cubiq and thought it might be able to do it native...?

thanks.

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

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

发布评论

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

评论(1

圈圈圆圆圈圈 2024-10-21 13:48:39

查看此 PageControl 示例项目(适用于 iPhone 和 iPad):

http ://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html

您可以简单地将 UIWebView 放入内容视图中。

Check out this PageControl sample project (for iPhone and iPad):

http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html

You can simply put a UIWebView in the content view.

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