集合视图单元格导致断点崩溃

时间:2013-08-20 13:33:01

标签: uicollectionview breakpoints

在我的集合视图中,当单击单元格以通过推送segue显示详细视图控制器时,它会崩溃 - 显然是因为断点与属性连接到imageview。

代码如下 - 导致问题。

#import <UIKit/UIKit.h>
@interface DetailViewController : UIViewController   
@property  (nonatomic, strong) UIImage *image;              // <--- break point.     
@end

segue标识符正确等。

我开始了类似的帖子,但这篇文章更具体。

0 个答案:

没有答案