Tagged Questions

1
vote
1answer
581 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 ...