I use a tile for view background:
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];
In simulator everything is fine, but on real device there is something like line which I want to avoid.
I use a tile for view background:
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];
In simulator everything is fine, but on real device there is something like line which I want to avoid.