I would like to design a custom WebView component with the help of Apple WKWebView for in- app browsing, but couldn't get any idea how to implement bookmark feature(similar to safari). Any suggestions are welcome. Thanks in advance.
Asked
Active
Viewed 636 times
0
-
2I think you can keep track of url and save them in your database. – AtWork Aug 05 '16 at 14:11
-
1This could help you : https://xcode4all.wordpress.com/2011/05/25/web-browser-or-how-to-use-the-uiwebview-part-33/ – Santosh Aug 05 '16 at 14:17
-
Thanks. So we should choose NSUserDefaults or CoreData to do this. – srinu Aug 08 '16 at 07:31
-
@AtWork, is there any way to add these bookmarks to safari bookmarks list?. – srinu Aug 08 '16 at 07:32
-
1@srinu I don't think so. Check this [link](http://stackoverflow.com/questions/2407330/add-safari-bookmark-from-iphone-app) – AtWork Aug 08 '16 at 12:13