Skip to content

Commit dbc6b04

Browse files
committed
Move #pragma to right place
1 parent 07b15be commit dbc6b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XBMC Remote/SettingsValuesViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)