Skip to content

Commit 57fcf08

Browse files
committed
热门话题榜单 - 对齐
1 parent 8a4c9af commit 57fcf08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Coding_iOS/Controllers/Topic/CSHotTopicView.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
342342
return self;
343343
}
344344

345+
- (void)layoutSubviews{
346+
[super layoutSubviews];
347+
self.textLabel.frame = CGRectMake(kPaddingLeftWidth, 12, kScreen_Width - 100, 12);
348+
}
349+
345350
@end
346351

347352

0 commit comments

Comments
 (0)