I have created a static library to house some of my code like categories.
I have a category for UIViews in \"UIView-Extensions.h\" named Extensions.
In this
In the past I was able to force linkage of the category with -u .objc_category_name_UIView_Extensions, but with the 3.0 dev environment that's broken and the only option seems to be -all_load.