Changeset 624
- Timestamp:
- 01/11/10 10:26:58 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/ProfileViewController.m
r618 r624 135 135 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { 136 136 [tableView deselectRowAtIndexPath:indexPath animated:YES]; 137 currentProfileIndex = indexPath.row; 137 138 NSDictionary *aProf = [[profilesArray objectAtIndex:indexPath.row] retain]; 138 139 ProfileRecordsViewController *prVC = [ProfileRecordsViewController controllerWithProfile:aProf delegate:self preload:YES];








