康宝宝
康宝宝
> * (void)load { > static dispatch_once_t onceToken; > dispatch_once(&onceToken, ^{ > ``` > Method method1; > > Method method2; > > method1 = class_getInstanceMethod([self class], @selector(lz_displayLayer:)); > > method2...
5.0.2beta 版本 在iOS13.4.1不奔溃? 为什么我的还是奔溃呀
> 我这边已经不崩溃了 现在不崩溃了。就是更新完,没有删除原来的安装包,就会一直崩溃...
在ExtendCustomType.swift文件中170行代码: if let rawValue = getRawValueFrom(dict: _dict, property: propertyDetail, mapper: mapper) { if let convertedValue = convertValue(rawValue: rawValue, property: propertyDetail, mapper: mapper) { assignProperty(convertedValue: convertedValue, instance: instance, property: propertyDetail) continue...
找到报错的问题了 extension String: _BuiltInBasicType { static func _transform(from object: Any) -> String? { switch object { case let str as String: return str case let num as NSNumber: // Boolean...