iPhone: Make categories defined inside libraries actually work


/ Published in: Objective C
Save to your folder(s)

There seems to be an bugrelated to static libraries with an implementation file that contains ONLY implementations of category methods. The FIX_CATEGORY_BUG macro basically just expands to define an interface and implementation of that interface with no methods, just to force something into the .m file that isn't a category.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.