Search code examples
iphoneiosxcodetoolbarbookmarks

Add Bookmark functionality to bar button item


I am having a toolbar which consists of many Bar Button item. Among that I have kept one as the Bookmark button. Now I want to add the Bookmark functionality to that Bar Button Item. How this can be done ? Can anyone suggest me ?

EDITED:

I need to open Bookmarks menu the same way it is opening in the Safari Browser. I am having toolbar with has Bookmarks Bar Button Item


Solution

  • i have done before bookmark in my app. i stored the data in sqlite using fmdb because it became easy to add and delete the bookmark if we store it in database.