使用 html 站点/UI 视图进行分页?
作为一名 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此 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.