/ Published in: Objective C
URL: http://stackoverflow.com/questions/2114806/object-life-after-death-retain-count-0
Expand |
Embed | Plain Text
Event * anEvent = self.event; ClubPlanetControllerAppDelegate * appDelegate = (ClubPlanetControllerAppDelegate *)[UIApplication sharedApplication].delegate; [appDelegate.allEvents replaceObjectAtIndex:[appDelegate.allEvents indexOfObject:event] withObject:anEvent];
You need to login to post a comment.
