¡@

Home 

2014/10/15 ¤U¤È 10:13:43

iphone Programming Glossary: selectedexercise

Getting an NSInvalidArguementException error

http://stackoverflow.com/questions/5815549/getting-an-nsinvalidarguementexception-error

insertNewObjectForEntityForName @ Exercise inManagedObjectContext managedObjectContext exercise.name selectedExercise NSLog @ addExercise theSelectedRoutine @ theSelectedRoutine theSelectedRoutine addRoutineToExercisesObject exercise if managedObjectContext.. @synthesize exerciseChooserView @synthesize routineTableView @synthesize managedObjectContext @synthesize selectedExercise @synthesize entityArray @synthesize theSelectedRoutine id initWithStyle UITableViewStyle style self super initWithStyle.. style if self Custom initialization return self void dealloc NSLog @ dealloc fetchedResultsController release selectedExercise release managedObjectContext release exerciseChooserView release routineTableView release entityArray release theSelectedRoutine..