Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d85e3a1

Browse files
任务 - 关联资源 - 换图改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.
-28 Bytes
Loading[フレーム]
-11 Bytes
Loading[フレーム]
125 Bytes
Loading[フレーム]
204 Bytes
Loading[フレーム]
24 Bytes
Loading[フレーム]
74 Bytes
Loading[フレーム]
169 Bytes
Loading[フレーム]
283 Bytes
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)

AltStyle によって変換されたページ (->オリジナル) /