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 d7032ee

Browse files
调整下 icon 大小
1 parent f15cfc3 commit d7032ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Coding_iOS/Views/Cell/UserInfoIconCell.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
2121
// Initialization code
2222
self.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
2323
if (!_iconView) {
24-
_iconView = [[UIImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, 10, 24, 24)];
24+
_iconView = [[UIImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, 11, 22, 22)];
2525
[self.contentView addSubview:_iconView];
2626
}
2727
if (!_titleL) {

0 commit comments

Comments
(0)

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