如何向基于文档的应用程序添加委托

时间:2015-02-08 20:45:06

标签: objective-c cocoa delegates

我无法弄清楚如何将委托NSTextViewDelegate添加到基于文档的应用程序中。 @implementation是:

@interface MPODocument :  NSPersistentDocument

我似乎无法添加NSTextViewDelegate。我该怎么办?

1 个答案:

答案 0 :(得分:1)

这很容易!

@interface MPODocument :  NSPersistentDocument<NSTextViewDelegate>