My project has a UIImage category function that I want to call from another class. I properly import the header file for the image category and I get the projec
UIImage
If you want to use Category method, you must add -ObjC to the Other Linker Flags build setting of your APP.