I am setting uiWebviewSocial as desired on IB and is loading requests as normal. However, later I need also to init this uiwebview in order to clear goBack history. I am using a
Well, I've been going aroundUIWebView
in Stack Overflow these days and is a mess, for me at least.
It seemsUIWebView
cache works at its own, I mean we cannot change neither access some info that is exclusively managed by system...
About your problem, it seems although yourUIWebView
is sent to nil, it keeps getting info from cache... so, you should clear cache firstable
You can check it here and there