开发者

nscollection view using cocoa

i i tried to integrate the icon Collection sample of apple docs in my application but it throws error:

@interface MyViewController : NSViewController <NSCollectionViewDelegate> 

shows error in my project as "Cannot find protocol declar开发者_C百科ation for NSCollectionViewDelegate"

please help somebody.


You need to #import the file where that protocol is defined into the header where you declare your class.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜