【发布时间】:2010-11-10 08:14:18
【问题描述】:
嗨 我自己的应用程序中的 Autoscroll 实现有一个令人困惑的问题。 我也想设置一个图片库,当调试器到达代码的一部分时
if (! [thumb isMemberOfClass:[ThumbImageView class]]) continue;
我得到一个错误
Undefined symbols: ".objc_class_name_ThumbImageView", referenced from:
literal-pointer@__OBJC@__cls_refs@ThumbImageView in Gallery.o ld: symbol(s) not found collect2: ld returned 1 exit status
我不知道这是什么意思 有没有人遇到过这种错误。它可能是类实现,但我不知道如何实现它。我刚刚将#import-it 放入我的 .h 文件中
如果有其他图片库示例,请给我发一个链接。我需要学习如何做到这一点。
【问题讨论】:
标签: iphone uiimagepickercontroller gallery image-gallery autoscroll