While working on one of our legacy projects, I came across interesting (Re: Code smell) code. We were getting HTML encoded strings in one of our content call. We just avoided to load this on UIWebView using
[web loadHTMLString:[HTML String] baseURL:[Project base URL]]
Pro tip : We usually leave