2016年3月31日
摘要: 由于项目需要,做一个UITableView来实现删除功能。 1.TableView是分组的。 2.点击删除按钮后,某行被删除。 出现:[UITableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit-2372/UIT 阅读全文
posted @ 2016-03-31 13:58 雨季的雾 阅读(826) 评论(0) 推荐(0)
摘要: malloc: *** error for object 0x15f8a3558: incorrect checksum for freed object - object was probably modified after being freed.*** set a breakpoint in 阅读全文
posted @ 2016-03-31 13:54 雨季的雾 阅读(308) 评论(0) 推荐(0)
摘要: 这里指抛出一个假设: 如 果你在 storyboard中, 通过 Ctrl - Drag 方式声明了一个 @property , 但你又觉得 在 Ctrl - Drag 时 ,命名的property 不理想, 这时, 你直接在 .h 和 .m 文件中 修改了这个 实例变量的名字, 这时候,编译。 结 阅读全文
posted @ 2016-03-31 13:30 雨季的雾 阅读(2534) 评论(0) 推荐(0)
摘要: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to delete row 0 from section 0 which only contains 0 ro 阅读全文
posted @ 2016-03-31 13:28 雨季的雾 阅读(216) 评论(0) 推荐(0)