10 2017 档案

iOS 添加阴影
摘要:1 /** 2 * 创建 label 阴影 3 */ 4 - (void)_createLabelShadow:(UILabel *)label 5 { 6 label.layer.shadowColor = [UIColor blackColor].CGColor; 7 label.layer.shadowOffset = CGSizeMake(1,1);/... 阅读全文

posted @ 2017-10-27 16:55 活最好的自己 阅读(199) 评论(0) 推荐(0) 编辑

渐变色
摘要:1 - (void)setupDurationLabelBgView 2 { 3 CGFloat bgimageViewWidth = 165 * kBigScreenViewWidthRate; 4 CGFloat bgimageViewHeight = 20 * kBigScreenViewWidthRate; 5 6 UIView *durationL... 阅读全文

posted @ 2017-10-26 11:39 活最好的自己 阅读(256) 评论(0) 推荐(0) 编辑

导航