I am in the process of making a browser with a UIWebView for the iPad.
I know I am going to get a lot of flack for this but I am having trouble getting started. I have all the functionality for the browser already complete.
I am making the browser with tabbed views, and dont know where to begin with making a dynamic/infinite number of tabs with their own properties. Is it correct in thinking that I should begin by storing everything in an array and work that way?
When the user clicks the plus button next to the tab, a new tab is added.
I know I am going to get a lot of flack for this but I am having trouble getting started. I have all the functionality for the browser already complete.
I am making the browser with tabbed views, and dont know where to begin with making a dynamic/infinite number of tabs with their own properties. Is it correct in thinking that I should begin by storing everything in an array and work that way?
When the user clicks the plus button next to the tab, a new tab is added.
Attachments
Last edited: