<div id="checkboxes">
<label><input type="checkbox" class="checkboxb"
name="options1" value="one"/>First checkbox</label>
<label><input type="checkbox" class="checkboxb"
name="options2" value="two"/>Second checkbox</label>
<label><input type="checkbox" class="checkboxb"
name="options3" value="three"/>Third checkbox</label>
</div>
<div id="quote"></div>
模拟器上的结果很完美,但它不能在真实设备上工作,并且边缘不会像预期的那样平滑。
我也尝试将layer.allowsEdgeAntialiasing = true
layer.cornerRadius = frame.height / 2
添加到UIViewEdgeAntialiasing: YES
。
关于问题可能是什么?
编辑:
我的测试代码是:
plist.info