美文网首页
常用iOS第三方库

常用iOS第三方库

作者: SamuelSeed | 来源:发表于2019-06-10 12:43 被阅读0次

    网络请求

    Alamofire


    Elegant HTTP Networking in Swift,Alamofire is an HTTP networking library written in Swift.

    HandyJson

    A handy swift json-object serialization/deserialization library, 目前最简洁高效的json与swift模型互转框架,无需指定映射关系

    图片处理

    Kingfisher


    巍神 的图片缓存下载框架。A lightweight, pure-Swift library for downloading and caching images from the web.

    TZImagePickerController

    一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能,支持iOS6+。 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+

    JXPhotoBrowser

    Elegant photo browser in Swift. 图片浏览器,类似微信

    界面交互

    LCActionSheet

    一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。

    PMAlertController


    PMAlertController is a great and customizable alert that can substitute UIAlertController

    SVProgressHUD

    SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS.

    MJRefresh

    An easy way to use pull-to-refresh.

    数据存储

    Cache

    📦 Nothing but Cache. Work with Swift 4 Codable. Hybrid with memory and disk storage.

    语法糖

    Then

    ✨ Super sweet syntactic sugar for Swift initializers

    SwiftRichString

    Elegant & painless Attributed Strings in Swift

    CryptoSwift

    CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift

    相关文章

      网友评论

          本文标题:常用iOS第三方库

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