PYException
一般常见的问题不会导致崩溃,增强 App 的稳定性
- 向实例发送未识别的选择器
- NSArray,NSMutableArray
- NSDictionary,NSMutableDictionary
- KVO
- NSTimer
- NSNotification
- NSNull
- NSString
- NSMutableString
- NSMutableAttributedString
- NSUserDefaults
- NSJSONSerialization
- UIButton
- UILabel
- UITextField
- WKWebView
- Zombie 监控器
如何安装
Podfile
pod 'PYException'
zombie 问题规避 备注 一些高频的类尽量不加 如 UIButton ,UILabel 示例 [PYExceptionHandle sharedExceptionHandle].zombieClassArr = @[@"PYTestView'];?>