Skip to content

Commit d85e3a1

Browse files
committedFeb 23, 2016
任务 - 关联资源 - 换图改UI
1 parent 88a055a commit d85e3a1

10 files changed

+34
-34
lines changed
 

‎Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎Coding_iOS/Views/Cell/TaskResourceReferenceCell.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
2929
_codeL = ({
3030
UILabel *label = [UILabel new];
3131
label.textColor = [UIColor colorWithHexString:@"0x3BBD79"];
32-
label.font = [UIFont systemFontOfSize:14];
32+
label.font = [UIFont systemFontOfSize:15];
3333
label;
3434
});
3535
[self.contentView addSubview:_codeL];
@@ -38,7 +38,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
3838
_titleL = ({
3939
UILabel *label = [UILabel new];
4040
label.textColor = [UIColor colorWithHexString:@"0x222222"];
41-
label.font = [UIFont systemFontOfSize:14];
41+
label.font = [UIFont systemFontOfSize:15];
4242
label;
4343
});
4444
[self.contentView addSubview:_titleL];

0 commit comments

Comments
 (0)
Please sign in to comment.