Categories in Objective-C aren't working

前端 未结 5 942
时光说笑
时光说笑 2020-12-16 18:51

I\'m developing an iOS application that needs to deploy to iOS 3.1.3. I need to extend some of the functionality of the NSData class and am using the following code inside N

5条回答
  •  既然无缘
    2020-12-16 19:31

    Have you #imported the header file for your category? I know it sounds simple, but I forget nearly every time.

提交回复
热议问题