如何在UILabel Swift IOS中添加Stroke

时间:2018-01-18 07:18:35

标签: ios swift nsattributedstring

  

向UILabel应用程序崩溃添加Stroke

由于发现零而崩溃

<style>
  .uTbId td.check {
    position: absolute;
    width: 100px;
    background-color: #fafafa
  }

  .uTbId td.check:hover {
        background-color: #0000CD;
        color: green;
  }

</style>
<table class="uTbId" border="1" cellspacing="0" style="width:100%;margin-top:30px" bordercolor="lightgray">
    <tr>
        <td class="check">
            <input type="checkbox" id='Tom' />Tom</td>
    </tr>
</table>

1 个答案:

答案 0 :(得分:0)

您似乎在单元格中为nil标签添加笔划,但它可以在此处运行

enter image description here