Swift 常用库

一、Debug && Log && 调试

① 、Dotzu
应用内iOS调试工具,具有增强的日志记录,网络信息,崩溃报告等。(In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.)

Swift 常用库_第1张图片

② 、Sniffer
自动联网活动记录器,拦截任何外发请求和传入响应以进行调试。(Automatic networking activity logger,intercepting any outgoing requests and incoming responses for debugging purposes.)

Swift 常用库_第2张图片

二、背景图&&占位图&&默认图片&&空视图提醒等

① 、Skeleton
轻松创建滑动CAGradientLayer动画! 非常适合创建加载内容的骨架屏幕。(An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content. )

Swift 常用库_第3张图片

Swift 常用库_第4张图片

三、用户隐私设置

① 、RequestPermission
该项目是关于使用可定制的视觉效果管理权限。 美丽的对话增加了批准的机会(这在我们要求通知时很重要)。 该模块的简单控制可节省开发时间。 您可以开始使用这个项目,只需两行代码,轻松自定义!(This project is about managing permissions with the customizable visual effects. Beautiful dialog increases the chance of approval (which is important when we request notification). Simple control of this module saves you hours of development. You can start using this project with just two lines of code and easy customization! )

三、弹框&&Pop&&Sheet

① 、PopupDialog


你可能感兴趣的:(Swift 常用库)