Hi at all, I have a little problem, I have a view with a UIScrollView, I've imposted a background image on my view with
self.view.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"background.png"]];
on simulator is all ok, the image are fixed while I scroll down but on my device the image was repeat while I scroll down. There is a way for fixed the image on my device?