开发者

iOs multi page browser (safari) like view

开发者 https://www.devze.com 2023-04-07 08:40 出处:网络
I want to open multiple pages in my app just like iPhone( safari browser). Have two questions: What is the best way to hold the view开发者_StackOverflow中文版s here, One view controller with an arra

I want to open multiple pages in my app just like iPhone( safari browser). Have two questions:

  1. What is the best way to hold the view开发者_StackOverflow中文版s here, One view controller with an array of views to switch from ?
  2. how to show safari like selection of views,where we can slide through a row or views and select one.

If you have any links or examples for this functionality pls share.

Thanks in advance.


There is a open source library that implement something that look like the mobile safari (iPhone) multiple page selection. It is not using some uiwebview in the sample, but I guess it can be adapted to use uiwebview : https://github.com/100grams/HGPageScrollView

I'm also working on a Mobile safari clone, it's not yet implementing multiple pages selection, but I plan to add this when I'll be able to find some time to work on this. You can check this project here : https://github.com/sylverb/CIALBrowser


look for uiscrollview uiwebview

0

精彩评论

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

关注公众号