NSInvocation for Dummies? 는 어떤 요?NSInvocation? 은은소 은?? 특히 다음 코드(Mac OS X용 코코아 프로그래밍, 3rd Edition)의 작동 방식을 이해하는 데 문제가 있지만 튜토리얼 샘플과는 별도로 개념을 적용할 수도 있습니다.코드: - (void)insertObject:(Person *)p inEmployeesAtIndex:(int)index { NSLog(@"adding %@ to %@", p, employees); // Add inverse of this operation to undo stack NSUndoManager *undo = [self undoManager]; [[undo prepareWithInvocationTarget:self] removeO..