美文网首页
给UITextView加边框

给UITextView加边框

作者: 面试小集 | 来源:发表于2015-10-13 16:29 被阅读2573次
    _returnMoneytextView.layer.backgroundColor = [[UIColor clearColor] CGColor];
     _returnMoneytextView.layer.borderColor = [[UIColor redColor]CGColor];
    _returnMoneytextView.layer.borderWidth = 1.0;
    [_returnMoneytextView.layer setMasksToBounds:YES];

相关文章

网友评论

      本文标题:给UITextView加边框

      本文链接:https://www.haomeiwen.com/subject/mxuocttx.html