moreiraj2

Results 2 comments of moreiraj2

To solve this issue with [this implementation ](https://stackoverflow.com/a/510329/13180938). Adding a function to `registerDefaultsFromSettingsBundle` and call this function on `applicationDidFinishLaunching` My implementation: `AppDelegate.m` ``` [...] @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary...

According SDWebImage code, the path of cached images is: ` ~/Library/Caches/default/com.hackemist.SDWebImageCache.default/ `