
|--------------iOS报错记录
文章平均质量分 53
丁棒儿
人生如棋,我却如卒,虽行动缓慢,但却不曾退却一步。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[错误记录]tableviewcell问题
- (IBAction)animationsCell:(id)sender { NSInteger countOfRowsToInsert = [self.qiushiMainList count]; NSMutableArray *indexPathsToInsert = [[NSMutableArray alloc] init];转载 2015-09-12 19:00:50 · 887 阅读 · 0 评论 -
两个脑仁疼的error:error in __connection_block_invoke_2: Connection interrupted
最近遇到的两个问题,是在iOS真机调试的时候遇到的 翻遍了stackoverflow和百度google。仍然没找到解决方案!!!!先挖个坑,找到答案再填上。。 error1:调用相机出现的bug Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view原创 2015-10-17 17:35:11 · 13277 阅读 · 1 评论 -
error:assign attribute must be unsafeunretained
今天在使用协议的过程中,偶然发现这样使用 ? 1 2 3 4 5 6 7 8 9 10 @interface AppDelegate (){ id testdelegate; } @property (nonatomic , assign转载 2015-08-23 23:22:45 · 948 阅读 · 0 评论