views:

334

answers:

1

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.

A: 

This is not possible within the SDK. Adding bookmark icons to the home screen is a feature of the Safari app, and definitely not exposed through UIWebView.

Noah Witherspoon