Remove legacy font check code, close #33

This commit is contained in:
Roman Efimov
2013-09-09 17:02:40 -05:00
parent 1226694ef4
commit dcaad559f5

View File

@@ -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) {