#import <QuartzCore/QuartzCore.h> //設置圓角邊框 retweetedView.layer.cornerRadius = 8; retweetedView.layer.masksToBounds = YES; //設置邊框及邊框顏色 retweetedView.layer.borderWidth = 2; retweetedView.layer.borderColor =[ [UIColor grayColor] CGColor];
#import <QuartzCore/QuartzCore.h> //設置圓角邊框 retweetedView.layer.cornerRadius = 8; retweetedView.layer.masksToBounds = YES; //設置邊框及邊框顏色 retweetedView.layer.borderWidth = 2; retweetedView.layer.borderColor =[ [UIColor grayColor] CGColor];
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。