Giter VIP home page Giter VIP logo

Comments (5)

mengshun avatar mengshun commented on July 19, 2024

移出相关KVO监听代码, Crash不再出现

from sdmagichook.

gsdios avatar gsdios commented on July 19, 2024

iOS 14应该需要适配下,我们看下。

  1. 第148行是进行前置观察订阅操作,为后面的custom-kvo实现做准备,因为之前考虑观察者和被观察者几乎同一时刻销毁掉了,所以没有移除观察,在其他系统版本上测试没有问题,iOS 14上可能需要特殊处理下
    2.第249行是hook了addObserver:forKeyPath:options:context:之后当addObserver:forKeyPath:options:context:被调用的时候来调用原始实现的操作

from sdmagichook.

gsdios avatar gsdios commented on July 19, 2024

layer比较特殊可能需要适配,先将demo中的layer换成view不影响demo演示,我们会尽快给出相关解决方案

from sdmagichook.

gsdios avatar gsdios commented on July 19, 2024

已修复,可以拉取最新代码测试下 @mengshun

from sdmagichook.

mengshun avatar mengshun commented on July 19, 2024

看到并验证了, Issue已修复, 作者很效率, 赞👍

from sdmagichook.

Related Issues (14)

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.