I'm using PFImageViews a lot in my app, since I need its caching ability... The thing is, that my app now takes 108.9MBs of storage! Is there any way to free up this storage?
So, in order to delete all cached images, we simply have to call:
PFFile.clearAllCachedDataInBackground()