We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15cfc3 commit d7032eeCopy full SHA for d7032ee
Coding_iOS/Views/Cell/UserInfoIconCell.m
@@ -21,7 +21,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
21
// Initialization code
22
self.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
23
if (!_iconView) {
24
- _iconView = [[UIImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, 10, 24, 24)];
+ _iconView = [[UIImageView alloc] initWithFrame:CGRectMake(kPaddingLeftWidth, 11, 22, 22)];
25
[self.contentView addSubview:_iconView];
26
}
27
if (!_titleL) {
0 commit comments