我是 iPhone 开发者的新手,
我正在制作 Book Reader 应用程序,其中我有 40 本书,当我将每本书放在我的背景图像中时,我的图像不会滚动,我想在我的 UIImage 中滚动。
我试过这个,但它不会滚动我的图像。
self.view.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"bg.png"]]];
简而言之:我想根据内容增加背景图像的大小。
查看我的快照: