GithubHelp home page GithubHelp logo

Comments (5)

coffeemao avatar coffeemao commented on August 18, 2024

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

from wechat.

CoderMikeHe avatar CoderMikeHe commented on August 18, 2024

好的,已经定位到了错误位置,MHMomentItemViewModel.m 第223行代码导致的,笔者会火速修复该Bug

from wechat.

coffeemao avatar coffeemao commented on August 18, 2024

if (self.dataSource) {
[ops addObject:atti];
[ops addObjectsFromArray:self.dataSource];
self.dataSource = ops.mutableCopy;

            }else{
                self.dataSource = [NSMutableArray arrayWithArray:@[atti]];
            }

from wechat.

CoderMikeHe avatar CoderMikeHe commented on August 18, 2024

嗯嗯 ,之前用的是不可变的,后面要做评论数据的时候,才改成不可变的。后面这里就忘记修正了。

from wechat.

coffeemao avatar coffeemao commented on August 18, 2024

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

from wechat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.