我们如何在 Glow 中使 NSArray、NSMutableArray、NSDictionary 和 NSMutableDictionary 变得 nil 安全。
[[NilSafeManager sharedInstance] setupWithOdds:odds]; ///< odds is work frequency for NilSafety
NilSafety 通过 CocoaPods 提供使用。要安装,只需将以下行添加到 Podfile 文件中:
pod 'NilSafety'
Oborn Jung, [email protected]
NilSafety 可在 MIT 许可协议下获取。有关更多信息,请参阅 LICENSE 文件。