开发者

nscollection view using cocoa

开发者 https://www.devze.com 2023-02-11 14:15 出处:网络
i i tried to integrate the icon Collection sample of apple docs in my application but it throws error:

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

精彩评论

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