webView ローカル ストレージを使用するにはどうすればよいですか? 私はこれを試します:
WebPreferences* prefs = [webView preferences];
[prefs _setLocalStorageDatabasePath:@"~/Library/Application Support/MyApp"];
[prefs setLocalStorageEnabled:YES];
しかし、新しいIOS SDK(xcode 4.3.2)では、WebKit.frameworkがありません