【发布时间】:2011-02-03 09:53:11
【问题描述】:
我有一个 UIScroll View 来显示图像,我正在使用来自苹果的 Scroll View Example。 我想从另一个名为 AutoScroller 的示例中添加缩略图视图。 (我把链接放在文章末尾。)
所以我想添加缩略图栏,但我想将滚动视图中的当前图像更改为我在缩略图栏中选择的图像。
有什么想法吗?
http://developer.apple.com/library/ios/#samplecode/PhotoScroller/Introduction/Intro.html
http://developer.apple.com/library/ios/#samplecode/ScrollViewSuite/Introduction/Intro.html
【问题讨论】:
标签: iphone ipad sdk uiscrollview uiimageview