Tagged Questions
1
vote
1answer
574 views
iPhone - tabbed browsing by storing webView in an Array/plist?
I want to build a tab-Browser and so far I've implemented everything (Bookmarks, settings...) except tabbed browsing.
What I know so far is that I should store my webView in an array or a dictionary ...
0
votes
1answer
382 views
iphone uiwebview array
i want to make an tabbed browser for the iphone..
how do i store uiwebviews in an array and open it with an button like in safari?