Debugging NSoperation BAD ACCESS within graphics context
- by Joe
I tried everything to debug this one but I can't get to the bottom of it.
This code lives in a subclass of NSOperation which is processed from a queue:
(borders is an ivar NSArray containing 5 UIimage objects)
NSMutableArray *images = [[NSMutableArray alloc] init];
for (unsigned i = 0; i < 5; i++)
{
CGSize size =…