We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
你的应用程序的实例是一个,我认为移动Safari使用多个视图(UIWebView),而不是多个窗口;如果你想显示网页,你必须使用 UIPageControl 和 UIScrollView 来重新创建 safari 效果;如果你想显示一些按钮/图像/等,请使用 UIViews。
The instance of your app is one, i think mobile safari use multiple views (UIWebView), not multiple windows; you have to play with UIPageControl and UIScrollView to recreate the safari effect in case you want display a webpage; use UIViews instead if you want display some button/image/etc.