我已经从Apple开发人员的库中下载了示例代码,并且一直在尝试更改示例代码以显示没有图块的图像。
我一直很辛苦,我已经尝试了所有方法,但是屏幕始终只是空白,或者是黑色且带有瓷砖线条。
并且我将数据从imageData.plist更改为我的图片。有人可以帮忙吗?
最佳答案
我正在尝试做同样的事情。我刚刚在[PhotoViewController configurePage:forIndex:]中注意到此评论:
// To use full images instead of tiled images, replace the "displayTiledImageNamed:" call
// above by the following line:
// [page displayImage:[self imageAtIndex:index]];
关于iphone - 如何制作没有图块的iOS PhotoScroller?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/9024240/