laoqingcai

Results 5 comments of laoqingcai

Estimator.swift's estimate method uses a Matrix structure, which is a waste of time. Especially during initialization, the matrix data will be copied internally, which can be replaced with an Array...

@GentleForYou 你好,首先这个问题已经在3.1.2里已经解决了;其次看你的描述使用了3.1.3版本,但是看截图中代码仍然是3.1.1版本的代码,请在workspace目录下尝试以下操作: 1. pod cache clean 2. 删除 Pods/DoraemonKit 3. 重新执行 pod install

@ANDY9101 你好,首先这个问题已经在3.1.2里已经解决了,请确认下使用的版本;如果使用了最新版本仍有问题,请尝试以下操作: 1. pod cache clean 2. 删除 Pods/DoraemonKit 3. 重新执行 pod install 如果还有问题,麻烦提供crash的代码截图,我们来确认下版本奔溃原因,谢谢

@DotaAntiMagic 你好,请提供demo以及复现路径,我们看一下。