didi / DoKit

一款面向泛前端产品研发全生命周期的效率平台。
Apache License 2.0
20.09k stars 3.09k forks source link

iOS 闪退, 因为介入了rxswift 项目, 都用了runtime 导致UITableView 和CollectionView 的代理有问题, 第三方库直接闪退 #1167

Open QiuYeHong90 opened 5 months ago

QiuYeHong90 commented 5 months ago

DoraemonMCEventCapturer DoraemonMCReuseViewDelegateProxy *delegateProxy = [DoraemonMCReuseViewDelegateProxy proxyWithTarget:delegate]; objc_setAssociatedObject(self, _cmd, delegateProxy, OBJC_ASSOCIATION_RETAIN); [self do_mc_setDelegate:delegateProxy];

QiuYeHong90 commented 5 months ago

retainDelegate: false) assert(delegateProxy._forwardToDelegate() === currentDelegate) self._setCurrentDelegate(proxy, to: object) assert(self._currentDelegate(for: object) === proxy) assert(delegateProxy._forwardToDelegate() === currentDelegate)