ios - UIWebView - Read content from file and delete the file -
i have downloaded content , store in file. while writing in file, encrypt file content. have show decrypted file content in uiwebview
. , have done, decrypt content , store file.
using loadrequest
can content in uiweview
. again , have encrypt content. how this? when come know loadrequest
finished without using uiwebview
delegate method (webviewdidfinishload
)?
is there , guidance on how cane done? possible it? appreciate suggestions or other way this.
i think not have direct way solve issue. so, have manually removed file document directory after time using afterdelay method.
Comments
Post a Comment