coffeemao

Results 6 comments of coffeemao

[momentItemViewModel.dataSource addObject:commentItemViewModel]; 这个数组在点赞之后变成了不可变熟组了,导致崩溃,没跟踪到哪里改变的。

if (self.dataSource) { [ops addObject:atti]; [ops addObjectsFromArray:self.dataSource]; self.dataSource = ops.mutableCopy; }else{ self.dataSource = [NSMutableArray arrayWithArray:@[atti]]; }

笔者这雷厉风行的劲,学习

好的,我看最终实现还是系统的富文本,在从右到左的显示和从左到右显示的文字中会有问题。还是谢谢作者的回答。