Swift替换HTML标记中的字符串

时间:2015-10-23 07:36:49

标签: html ios swift

我从我的API中获取了一个HTML字符串,我在我的应用程序中显示在UIWebView中。

此HTML可以包含受身份验证保护的图像,因此我添加用用户名替换URL:password @ url:

generatedHtml = generatedHtml.stringByReplacingOccurrencesOfString(urlWithoutAuthentication, withString: authenticatedUrl)

这对整个HTML都有stringReplace,我怎样才能将其限制为只有标签?

0 个答案:

没有答案