Changeset 636 for apps/iphone/my.tel/trunk/Classes
- Timestamp:
- 01/12/10 07:59:37 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/RecordGroupsController.m
r612 r636 30 30 return nil; 31 31 32 NSArray *nibItems = [[NSBundle mainBundle] loadNibNamed:@"RecordGroups" owner:self options:nil]; 33 RecordGroupsController *theC = [nibItems objectAtIndex:0]; 34 32 RecordGroupsController *theC = [[[RecordGroupsController alloc] initWithStyle:UITableViewStyleGrouped] autorelease]; 33 theC.delegate = aDelegate; 35 34 [theC setRecord:aRec]; 36 theC.delegate = aDelegate; 37 35 38 36 if (aGroupsArray) { 39 37 [theC setGroupsArray:aGroupsArray];








