jezzmemo / JJException

Protect the objective-c application(保护App不闪退)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Array String

Qinzhao opened this issue · comments

swift里的Array、String 、URL、Dictionary这些类有没有办法拦截崩溃,或者代码侵入性比较小的方案

commented

Swift的原生这些基本数据类,都是Struct,没有运行时的特性,目前没有啥好的方案。

主流的方案还是通过Extension