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