_returnMoneytextView.layer.backgroundColor = [[UIColor clearColor] CGColor];
_returnMoneytextView.layer.borderColor = [[UIColor redColor]CGColor];
_returnMoneytextView.layer.borderWidth = 1.0;
[_returnMoneytextView.layer setMasksToBounds:YES];








网友评论