如何使用 webView 本地存储?我试试这个:
WebPreferences* prefs = [webView preferences];
[prefs _setLocalStorageDatabasePath:@"~/Library/Application Support/MyApp"];
[prefs setLocalStorageEnabled:YES];
但在新的 IOS sdk (xcode 4.3.2) 中我没有 WebKit.framework
如何使用 webView 本地存储?我试试这个:
WebPreferences* prefs = [webView preferences];
[prefs _setLocalStorageDatabasePath:@"~/Library/Application Support/MyApp"];
[prefs setLocalStorageEnabled:YES];
但在新的 IOS sdk (xcode 4.3.2) 中我没有 WebKit.framework