Enabling bookmarking on a UIWebView (to make shortcuts on springboard)
Posted
by thom
on Stack Overflow
See other posts from Stack Overflow
or by thom
Published on 2010-03-15T14:17:27Z
Indexed on
2010/03/15
14:19 UTC
Read the original article
Hit count: 271
I wan't to add shortcuts on my springboard form my application.
The way i'm following is loading a UIWebView and then trying to add a bookmark. But I can't figure out how to add the "+" button to bookmark the content of my WebView...
Is there a way to do so ? Or is there another way to add shortcuts on the springboard programmatically ?
Thanx.
© Stack Overflow or respective owner