Mccc

Results 10 comments of Mccc

想只显示BDTopAndBottomView的骨架,不显示其内部的元素。 是通过这样的方式么? manager.animation()?(12)?.layer.removeAllSublayers() // manager.animation()?(9)?.layer.loadStyle = .remove 这样做不生效。

CallbackQueue.mainCurrentOrAsync.execute { self.iconImageView.bt.setImage(with: model.photo, placeholder: image) }

> 我们也遇到了坠机事件。根据我们的崩溃报告,目前崩溃只发生在iOS 11和iOS 12中。 iOS 13。也有

经过smartModel.dict = smartModel2这一步处理,SmartModel. dict变成了[SmartModel2]类型。 进行SmartAny修饰属性的encode的时候目前只支持: ![Image](https://github.com/user-attachments/assets/93491e76-49e1-45e2-8816-28ee03ca650f) 使用上有点超纲了。你应该将 smartModel2 转成 基本数据类型,再赋值给smartModel.dict。 我想想是否有必要内部来做这个转化支持一下。

4.4.4 或 5.0.9版本已经支持。 ![Image](https://github.com/user-attachments/assets/42492b99-d9be-4858-9203-1c6d61803506) 不过还是不建议你这样使用。 这样使用代表着dict的类型被你人为的改变了。

可以使用SmartCodable无障碍替换。https://github.com/intsig171/SmartCodable

External macro implementation type 'CodableWrapperMacros.Codable' could not be found for macro 'Codable(wiseInit:)' Xcode版本15.3, Cocopods版本1.15.2。 ![image](https://github.com/user-attachments/assets/d3a8fe5e-f717-45c1-bd50-1d70ebf43e10)