equal
deleted
inserted
replaced
376 } |
376 } |
377 |
377 |
378 nextController.title = [secondaryItems objectAtIndex:row]; |
378 nextController.title = [secondaryItems objectAtIndex:row]; |
379 [nextController setTeamDictionary:teamDictionary]; |
379 [nextController setTeamDictionary:teamDictionary]; |
380 [self.navigationController pushViewController:nextController animated:YES]; |
380 [self.navigationController pushViewController:nextController animated:YES]; |
|
381 [nextController release]; |
381 } else { |
382 } else { |
382 cell = [aTableView cellForRowAtIndexPath:indexPath]; |
383 cell = [aTableView cellForRowAtIndexPath:indexPath]; |
383 for (UIView *oneView in cell.contentView.subviews) { |
384 for (UIView *oneView in cell.contentView.subviews) { |
384 if ([oneView isMemberOfClass:[UITextField class]]) { |
385 if ([oneView isMemberOfClass:[UITextField class]]) { |
385 textFieldBeingEdited = (UITextField *)oneView; |
386 textFieldBeingEdited = (UITextField *)oneView; |