// 圆角m_pImage.layer.masksToBounds = YES;
m_pImage.layer.cornerRadius = 6.0;
m_pImage.layer.borderWidth = 1.0;
m_pImage.layer.borderColor = [[UIColor grayColor] CGColor];
转载于:https://www.cnblogs.com/I-am-fine/archive/2012/09/13/2683899.html
// 圆角m_pImage.layer.masksToBounds = YES;
m_pImage.layer.cornerRadius = 6.0;
m_pImage.layer.borderWidth = 1.0;
m_pImage.layer.borderColor = [[UIColor grayColor] CGColor];
转载于:https://www.cnblogs.com/I-am-fine/archive/2012/09/13/2683899.html