开发者

Is there an API for implementing a feature like in Mobile Safari where I can concurrently run several instances of my app in the app? [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

In Mobile Safari, you can open up multiple different windows, and navigate between them in sort of a zoomed out view. I开发者_如何学Go have also seen this functionality in a few other apps as well.

Is there an API for doing this? I have an app that I'd like to integrate this functionality into, and I was hoping I could get a clue where to start by coming here.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜