I use UIWebView to display pdf documents in my app. I read somewhere that UIWebView can present some vulnerabilities in terms of security; but I didn't understand if my encrypted pdf's can be stolen using these vulnerabilities. Should I quit to use UIWebView to protect my pdf's?
Thanks a lot.