美文网首页
Swift 常用库

Swift 常用库

作者: CoderMacro | 来源:发表于2016-12-26 17:26 被阅读29次

一、Debug && Log && 调试

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

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

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

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


三、用户隐私设置

① 、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入门常用三方库

    swift常用三方库简单介绍,详细用法可见github上库介绍 'Alamofire' 网络库 ...

  • iOS全解12:第三方库的解读

    一、常用库 网络:AFNetWorking(OC)、Alamofire(swift)、SocketRocket、R...

  • Swift 常用库

    一、Debug && Log && 调试 ① 、Dotzu应用内iOS调试工具,具有增强的日志记录,网络信息,崩溃...

  • Swift常用库

    其他库 Animation库 Gemini 2k + Gemini是用Swift编写的基于滚动的iOS动画框架。 ...

  • Swift 常用库

    异步加载库 AsyncTaskQueueAsyncTask

  • swift 常用库

    swift常用第三方库 网络 Alamofire:http网络请求事件处理的框架。 Moya:这是一个基于Alam...

  • swift 常用库

    网络 Alamofire:http网络请求事件处理的框架。 Moya:这是一个基于Alamofire的更高层网络请...

  • Swift 常用库

    约束库 SnapKit[https://github.com/SnapKit/SnapKit] 网络库 Alamo...

  • 使用Cocoapods创建私有podspec

    【简介】目前公司正在需要封装swift的私有公共库,所以需要了解针对swift进行配置封装。 常用 pod 命令 ...

  • CocoaPods 简要使用笔记

    1. 常用指定使用 1.1 指定库使用的 Swift 版本 可以通过 Podfile 设置旧的还没支持 Swift...

网友评论

      本文标题:Swift 常用库

      本文链接:https://www.haomeiwen.com/subject/elnjvttx.html