「ios開発」iosでUIWebViewの背景色を透明にする方法
設定方法:
web_about.backgroundColor = [UIColor clearColor];
web_about.opaque = NO;
<body style="background-color: transparent">
Coding Changes the World
設定方法:
web_about.backgroundColor = [UIColor clearColor];
web_about.opaque = NO;
<body style="background-color: transparent">