Skip to content

Commit d7032ee

Browse files
committed
调整下 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

+1-1
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)