2011-09-22 4 views

답변

1

가장 좋은 방법은, 제거 통지를 처리하는 앱 대리인의 방법, 그리고 하나를 추가 할 NSNotificationCenter를 사용

[[NSNotificationCenter defaultCenter] postNotification:@"remoteNotification" withObject:whateverYouWantHere]; 

NSNotificationCenter

를 사용하여 알림을 보낼 수 있습니다 관심있는 UIViewController는 "remoteNotification"이름의 옵저버입니다.