开发者

Can you over-ride the CSS of a web page displayed in UIWebView?

开发者 https://www.devze.com 2023-01-08 03:29 出处:网络
Is it possible to load a website with my own lo开发者_开发知识库cal css, ignoring the css used by the site? in UIWebView.You can use inline styles to override stylesheets: <div style=\" font-size:

Is it possible to load a website with my own lo开发者_开发知识库cal css, ignoring the css used by the site? in UIWebView.


You can use inline styles to override stylesheets: <div style=" font-size: 10px; ... "> ... </div>

0

精彩评论

暂无评论...
验证码 换一张
取 消