Like this in UIImageView+BetterFace.m:
+ (void)load
{
hack_uiimageview_bf();
}
I use this code and success to parse the image in the demo.
I think it would be more intuitive and save the work to deal with "main.m".
Or is there a specific reason not to?
Like this in UIImageView+BetterFace.m:
+ (void)load
{
hack_uiimageview_bf();
}
I use this code and success to parse the image in the demo.
I think it would be more intuitive and save the work to deal with "main.m".
Or is there a specific reason not to?