LayoutLoopHunter
2019年1月12日 • MIT 许可证
该库通过在实时代码中复制 UIViewLayoutFeedbackLoopDebuggingThreshold 的行为,有助于捕捉由 Autolayout 反馈循环引起的 OOM。
没有提供图像。
没有提供图像。
DynamicJSON
2019年1月6日 • MIT许可证
使用Swift 4.2的新@dynamicMemberLookup功能动态访问JSON属性,让您像这样访问JSON:`let username = JSON(data).user?.username?.string`