, , :
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleMemoryWarning:) name: UIApplicationDidReceiveMemoryWarningNotification object:nil];
, handleMemoryWarning :
- (void) handleMemoryWarning:(NSNotification *)notification
{
}