UILabel边框效果

        _match.textColor = [UIColor redColor];

        _match.layer.borderColor = [[UIColor redColor] CGColor];

        _match.layer.borderWidth = 1.0;

        _match.layer.masksToBounds = YES;

        _match.layer.cornerRadius = 3;

posted @ 2015-10-25 21:57  BN笨的很想飞  阅读(544)  评论(0编辑  收藏  举报