Thank you very much for the help! much appreciated!
Post
Replies
Boosts
Views
Activity
Hi, thanks for the response!
My concern is that if my app allows to open and display many remote files with WKWebView, then my users would end up with an app that occupies a lot of storage without a way to clear it. That's why I would like to know if it is something I need to worry about :D
I'll take a look into WKWebsiteDataStore, thanks!
Oh no, my bad, I figured out why it was dismissing. Yep! this worked out perfectly! Thanks!
Hi! Thanks for the response!
I did that but the ViewController I'm presenting over the full screen (OverFullScreenModalViewController) dismisses before presenting the UIAlertController =/ which is not the desired behavior