File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,8 @@ - (void)setAutomaticLabelHeight:(UILabel*)label {
627627 label.frame = frame;
628628}
629629
630+ #pragma mark - Table view delegate
631+
630632- (void )tableView : (UITableView*)tableView willDisplayCell : (UITableViewCell*)cell forRowAtIndexPath : (NSIndexPath *)indexPath {
631633 [self layoutCell: cell forRowAtIndexPath: indexPath];
632634}
@@ -721,8 +723,6 @@ - (UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSI
721723 return cell;
722724}
723725
724- #pragma mark - Table view delegate
725-
726726- (void )tableView : (UITableView*)tableView didSelectRowAtIndexPath : (NSIndexPath *)indexPath {
727727 [tableView deselectRowAtIndexPath: indexPath animated: YES ];
728728 UITableViewCell *cell = nil ;
You can’t perform that action at this time.
0 commit comments