I have a UIWebView that i am loading using loadHTMLString and i need to set cookies on the request header. I know how to do this using loadRe
UIWebView
loadHTMLString
loadRe
There will not be any difference between loading web view from loadRequest vs loadHTMLString method, shouldStartLoadWithRequest method will be called in both cases. You can override your headers there and add header as per your requirements.