chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

新增了对iOS 11的NSArray,NSMutableArray,NSMutableDictionary的支持 #32

Open hxyShawn opened 7 years ago

hxyShawn commented 7 years ago

这几个方法都增加了Subscript后缀,修改了一下,现在运行demo不会崩溃了