I am getting a content like this from my web service
<Strong>some unicode characters</Strong>
<iframe src="https://www.youtube.com/embed/<some_ID>" width="640" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
When I load this string directly to the UIWebView
it is black. But I want to make it in white color.
- How to change the color of this in swift
- Also need to change the width of this video to current
UIView
width
How can I do this?