JustRight

Results 4 comments of JustRight

我出现了相同的问题,也是封装基础模块framework,分享功能,手动微博SDK 崩溃

猜测可能是因为找不到bundle,现将bundle放入主工程,可以运行

YTKChainRequest 能不能添加一个失败的 block,有些地方用代理真的很不舒服

> ``` > let jsonDic = ["doubleOptional":1.1, "stringImplicitlyUnwrapped":"hello", "int":1] as [String : Any] > ``` > > **系统提供的转模型:** > > ``` > /// 字典转模型 > func toModel(_ type: T.Type, value:...