A class used to display web content from within an iOS application.
I have downloaded a gif image into an NSData object (I've checked the contents of the NSData object and it's …
iphone uiwebview nsdataIs it possible to change the JavaScript alert title in a UIWebview in iPhone?
javascript ios uiwebviewI am using Xcode 6 for an iOS App with Swift. I have got a simple ViewController with an embedded UIWebView. …
ios swift uiwebview user-agent nsurlrequestIs it true that the UIWebViewDelegate does not monitor requests made by using a XMLHttpRequest? If so, is there a …
ajax xcode uiwebview xmlhttprequestI have a UIWebView embedded within an iPhone app of mine. I want to be able to have certain links …
iphone ios uiwebview mobile-safariHow do I capture the redirection url in when using WKWebView like if a webpage redirects to another page on …
ios objective-c swift uiwebview wkwebviewHow can I change the user-agent of UIWebView in iOS 5? What I have done so far: Using the delegate call …
objective-c ios cocoa-touch uiwebviewFirst of all, I'm pretty sure that I have checked every answer here and nothing does what I would like …
ios objective-c uiwebview nsurlrequestI'm trying to load a HTTPS url with an self-signed certificate in a WKWebView for iOS 8 and it keeps failing. …
ios ssl uiwebview self-signed wkwebview