I\'m using the well-known pattern to create an UIImage from an UIView:
UIImage
UIView
+ (UIImage *) imageWithView:(UIView *)view { UIGraphicsB
In the end i just did it in another thread, and everything is working fine.