I am new to iPhone developer,
I am making Book Reader app, in which i have 40 books, when i place each books in my background image, my image doesn't scroll, i want scrolling in my UIImage.
I tried this but it doesn't scroll my image.
self.view.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"bg.png"]]];
In short: i want to increase size of the background image depending on content.
See my Snapshot :