Justin

Results 2 comments of Justin

发生tableviewcell侧滑闪退可用下面方法进行解决: - (void)gl_setObject:(id)obj forKeyedSubscript:(id)key { if (!key) { return; } if (!obj) { id objKey = key; Class PHMoment = NSClassFromString(@"PHMoment"); if (![objKey isKindOfClass:PHMoment] && ![objKey isKindOfClass:[NSIndexPath class]]) { obj...

> In the project using an NSDictionary - NilSafe, the use of a cell in a development side, a sliding a few times, not sideslip phenomenon, after inspection, found that...