mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-17 05:29:59 +08:00
Remove legacy font check code, close #33
This commit is contained in:
@@ -171,9 +171,6 @@
|
||||
cellOffset += 5.0;
|
||||
|
||||
UIFont *font = self.textLabel.font;
|
||||
if ([view respondsToSelector:@selector(font)]) {
|
||||
font = (UIFont *)[view performSelector:@selector(font)];
|
||||
}
|
||||
|
||||
CGRect frame = CGRectMake(0, self.textLabel.frame.origin.y, 0, self.textLabel.frame.size.height);
|
||||
if (self.item.title.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user