I have built a zoomable scrollview with a pattern image background.
cntView.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"patternStripe.png"]];
the scrollview is very long and zoomable.
and of coure: i recieve memory warnings (lvl 1 & 2)
is there a workaround to have pattern images in large zoomable views?