Sur*_*ran 4 html iphone objective-c uiview ipad
我正在尝试在UIView中显示广告...我需要将背景颜色设置为透明...我尝试使用,
[viewObject setBackgroundColor:[UIColor clearcolor]];
Run Code Online (Sandbox Code Playgroud)
虽然它使UIView透明,但它显示的是白色背景......
下面是我试过的HTML代码......
NSString *HTML = [NSString stringWithFormat:@"<html><head><meta name=\"viewport\" content=\"width=device-width, user-scalable=no\"/><style>*{margin:0px;padding:0px}</style>
</head><body style=\" background-color:transparent\"><div style=\"text-align: %@\">%@</div></body></html>",adAlignment,link];
Run Code Online (Sandbox Code Playgroud)
提前致谢...
问候,,
苏拉杰
| 归档时间: |
|
| 查看次数: |
4929 次 |
| 最近记录: |