Hi,
So, I'm working on building my own web browser and I've come to try and replicate the bookmarks / history page (view) in Safari on the iPhone, however, that's a lot harder than I thought.
I have my main project which is a view based project and when you tap my "show bookmarks" button, up pops my other UIView I made just to have the bookmarks on -- however, I (think I) need to setup a Navigation View Controller somehow instead of the UIView, however, I'm not sure how to do that. I want that sliding functionality when you tap a folder, etc.
What do I do here? How do I setup this Navigation Controller? When I go to new file there isn't any option for subclass of Navigation Controller, only UIView, NSObject, etc.
So, I'm working on building my own web browser and I've come to try and replicate the bookmarks / history page (view) in Safari on the iPhone, however, that's a lot harder than I thought.
I have my main project which is a view based project and when you tap my "show bookmarks" button, up pops my other UIView I made just to have the bookmarks on -- however, I (think I) need to setup a Navigation View Controller somehow instead of the UIView, however, I'm not sure how to do that. I want that sliding functionality when you tap a folder, etc.
What do I do here? How do I setup this Navigation Controller? When I go to new file there isn't any option for subclass of Navigation Controller, only UIView, NSObject, etc.