美文网首页我爱编程
iOS 摸过的三方库

iOS 摸过的三方库

作者: Yuency | 来源:发表于2018-04-16 10:51 被阅读23次

    前言:

    1.我经历过的 App 都会携带一些有特色的三方库
    2.好像开发 App 没有三方库就活不了
    3.三方库确实好用
    4.以 Rx, React 开头的三方库是致命的


    其他收集文章
    https://www.cnblogs.com/yang-shuai/p/6397036.html
    https://www.jianshu.com/p/0321333fba35

    Swift

    网络请求 Alamofire
    https://github.com/Alamofire/Alamofire

    自动布局 SnapKit
    https://github.com/SnapKit/SnapKit

    图片加载 Kingfisher
    https://github.com/onevcat/Kingfisher

    异步编程事件响应 RxSwift
    https://github.com/ReactiveX/RxSwift

    主题设置 NightNight
    https://github.com/Draveness/NightNight

    用户敏感信息保存 KeychainAccess
    https://github.com/kishikawakatsumi/KeychainAccess

    UICollectionViewCell 左对齐
    https://github.com/mokagio/UICollectionViewLeftAlignedLayout
    https://github.com/fanpyi/UICollectionViewLeftAlignedLayout-Swift


    Objective-C

    iOS图片精确提取主色调算法iOS-Palette
    https://github.com/tangdiforx/iOSPalette
    https://www.jianshu.com/p/01df6010dded

    持各种属性文本,数据探测器,链接等 TTTAttributedLabel https://github.com/TTTAttributedLabel/TTTAttributedLabel

    用户敏感信息保存 UIKeyChainStore https://github.com/kishikawakatsumi/UICKeyChainStore#adding-an-item

    自动布局 SDAutoLayout
    https://github.com/gsdios/SDAutoLayout

    字典转模型/富文本/图片 YYmodel
    https://github.com/ibireme/YYModel

    照片浏览的三方框架 JTSImageViewController https://github.com/jaredsinclair/JTSImageViewController

    日/夜模式切换模式 LEETheme
    https://github.com/lixiang1994/LEETheme

    键盘管理器 IQKeyboardManager
    https://github.com/hackiftekhar/IQKeyboardManager

    下拉刷新 MJRefresh
    https://github.com/CoderMJLee/MJRefresh

    抽屉侧滑 MMDrawerController
    https://github.com/mutualmobile/MMDrawerController

    轮播图 SDCycleScrollView
    https://github.com/gsdios/SDCycleScrollView

    涂鸦 HQDrawingBoard
    https://github.com/Whiteands/HQDrawingBoard

    涂鸦 HBDrawingBoardDemo
    https://github.com/WillieWu/HBDrawingBoardDemo

    涂色 App 涂色 (泛洪算法)
    https://github.com/LZRun/ZRFloodFillDemo

    显示 View 尺寸 MMPlaceHolder
    https://github.com/adad184/MMPlaceHolder

    开屏广告、启动广告 XHLaunchAd
    https://github.com/CoderZhuXH/XHLaunchAd

    控制台打印中文 HYBUnicodeReadable
    https://github.com/524429264/HYBUnicodeReadable


    各种专题

    不定期更新高质量文章,欢迎投稿关注,更多iOS专项专题:
    http://www.jianshu.com/c/563ba4d42d38[iOS - 大杂烩]
    http://www.jianshu.com/c/1fee819318a7[iOS - 内存/数据/存储]
    http://www.jianshu.com/c/6a28d1d173b5[iOS - 线程/底层]
    http://www.jianshu.com/c/4dd5a67bbe1d[iOS - 音视频/图文/动画]
    http://www.jianshu.com/c/2de7446d0de9[iOS - 网络处理]
    http://www.jianshu.com/c/5458bca566a9[iOS - 安全/逆向]
    http://www.jianshu.com/c/ca237eb95714[iOS - 优化/质量]

    Xcode插件

    配合 YYmodel 使用的json 转化对象

    相关文章

      网友评论

        本文标题:iOS 摸过的三方库

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