Mccc
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。也有
可以考虑SmartCodable。
经过smartModel.dict = smartModel2这一步处理,SmartModel. dict变成了[SmartModel2]类型。 进行SmartAny修饰属性的encode的时候目前只支持:  使用上有点超纲了。你应该将 smartModel2 转成 基本数据类型,再赋值给smartModel.dict。 我想想是否有必要内部来做这个转化支持一下。
4.4.4 或 5.0.9版本已经支持。  不过还是不建议你这样使用。 这样使用代表着dict的类型被你人为的改变了。
可以使用SmartCodable无障碍替换。https://github.com/intsig171/SmartCodable
官方已经不维护了,切换成原生的Codable方案吧。 可以考虑SmartCodable三方库。
External macro implementation type 'CodableWrapperMacros.Codable' could not be found for macro 'Codable(wiseInit:)' Xcode版本15.3, Cocopods版本1.15.2。 