美文网首页iOS记录
iOS开发中常用的第三方类库

iOS开发中常用的第三方类库

作者: bianruifeng | 来源:发表于2016-04-06 15:02 被阅读667次

下拉,上拉刷新:

MJRefresh https://github.com/CoderMJLee/MJRefresh

AASpringRefresh https://github.com/r-plus/AASpringRefresh/

Button样式:

SimpleButton https://github.com/aloco/SimpleButton

字典模型互转框架:

MJExtension https://github.com/CoderMJLee/MJExtension

http://www.jianshu.com/p/93c242452b9b

JSONModel

Mantle

视频播放器 36kr:

KrVideoPlayer

自定义Page指示器(PageControl)

SMPageControl    github地址:https://github.com/Spaceman-Labs/SMPageControl

自定义Page指示器(PageControl)

SMPageControl    github地址:https://github.com/Spaceman-Labs/SMPageControl

图片缓存:

SDWebimage,Kingfisher

代码布局:

SnapKit https://github.com/SnapKit/SnapKit

Masonry https://github.com/SnapKit/Masonry

PureLayout https://github.com/PureLayout/PureLayout

AutoLayout https://github.com/johnlui/AutoLayout

SwiftAutoLayout https://github.com/indragiek/SwiftAutoLayout

Cartography https://github.com/robb/Cartography

网络请求:

Alamofire https://github.com/Alamofire/Alamofire

AFNetworking https://github.com/AFNetworking/AFNetworking

提示类(UIAlertView)

SweetAlert https://github.com/codestergit/SweetAlert-iOS

DZNEmptyDataSet [UI, 空table view解决方案] https://github.com/dzenbot/DZNEmptyDataSet

数据解析类:

JSON:

SwiftyJSON https://github.com/SwiftyJSON/SwiftyJSON

数据缓存类:

SQLite.swift  https://github.com/stephencelis/SQLite.swift

选项卡:

RAMAnimatedTabBarController https://github.com/Ramotion/animated-tab-bar

图表类:

PNChart(OC,swift) https://github.com/kevinzhow/PNChart

ios-charts https://github.com/danielgindi/ios-charts

文字类:

LTMorphingLabel 动态字体库,相当惊艳 https://github.com/lexrus/LTMorphingLabel

输入框:

TextFieldEffects http://github.com/raulriera/TextFieldEffects

SlackTextViewController [UI, 高度自定义text field]  https://github.com/slackhq/SlackTextViewController.git

图片拍照:

GPUImage [快速图像处理] https://github.com/BradLarson/GPUImage

日历组件:

PDTSimpleCalendar https://github.com/jivesoftware/PDTSimpleCalendar

Day square https://github.com/unixzii/Daysquare

异步加载组件:

Async https://github.com/duemunk/Async

AsyncDisplayKit https://github.com/facebook/AsyncDisplayKit

AsyncSwift https://github.com/AndrewBarba/AsyncSwift

滑动的侧边栏(左,右)

PKRevealController https://github.com/pkluz/PKRevealController

加载提示:

MBProgressHUD https://github.com/jdg/MBProgressHUD

PWProgressView https://github.com/pwillsey/PWProgressView

ProgressHUD https://github.com/relatedcode/ProgressHUD

ASProgressPopUpView https://github.com/alskipp/ASProgressPopUpView

KVNProgress https://github.com/kevin-hirsch/KVNProgress

JGProgressHUD https://github.com/JonasGessner/JGProgressHUD

自定义cell:

MGSwipeTableCell https://github.com/MortimerGoro/MGSwipeTableCell

可滑动的tableviewcell

SWTableViewCell  https://github.com/CEWendel/SWTableViewCell

图片载入:

Concorde https://github.com/contentful-labs/Concorde

个性化字体:

FontBlaster(在应用中快速载入个性化字体)https://github.com/ArtSabintsev/FontBlaster

动画框架:

Spring(动画框架)https://github.com/MengTo/Spring

其他:

SlackTextViewController https://github.com/slackhq/SlackTextViewController

Chameleon https://github.com/ViccAlexander/Chameleon

PermissionScope https://github.com/nickoneill/PermissionScope

KeychainAccess (简便管理keychain)https://github.com/kishikawakatsumi/KeychainAccess

带popview的滑杆视图

ASValueTrackingSlider      github地址: https://github.com/alskipp/ASValueTrackingSlider

带popview的进度条

ASProgressPopUpView  github地址: https://github.com/alskipp/ASProgressPopUpView

多图片选择器

QBImagePickerController  github地址:  https://github.com/questbeat/QBImagePickerController

Json解析

JSONKIT  github地址:https://github.com/johnezang/JSONKit

学习参考:

27个提升效率的iOS开源库推荐 - 一头雾水的Blog - 博客频道 - CSDN.NET

iOS开发-常用第三方开源框架介绍(你了解的ios只是冰山一角)

相关文章

  • iOS第三方库的使用

    在iOS的开发中,为了提高开发效率,我们会使用一些第三方类库,下面我就罗列一些常用的第三方类库和正确的下载地址: ...

  • iOS开发之常用第三方库

    在iOS的开发中,为了提高开发效率,我们会使用一些第三方类库,下面我就罗列一些常用的第三方类库和正确的下载地址: ...

  • 关于Cocoapods的安装和使用问题

    在iOS开发中,必不可少的会用到很多第三方的开源类库,而CocoaPods应该是iOS最常用最有名的类库管理工具了...

  • iOS常用第三方库网络请求类

    iOS常用第三方库网络请求类AFNetworkingAlamofireYTKNetworkReachability...

  • iOS 三方库大全  Unit Test 开始

    iOS三方库大全(常用) iOS三方库宝典(?) IOS 常用的第三方库 iOS常用第三方库大全 iOS三方库大全...

  • Mac OS X 10.11下安装CocoaPods与“Errn

    前言 iOS开发中,少不了第三方类库的使用,诸如:AFNetworking、JSONKit、SDWebImage,...

  • 安装-CocoaPods

    介绍 在iOS的开发过程中,会使用到很多第三方的类库,而第三方类库也可能使用其他的类库,类库还会涉及到更新等操作,...

  • 归纳一些常用的类库

    常用第三方类库这里列出一些比较常见的第三方库,开发者们可以根据项目所需引入: Guava:来自Google的常用类...

  • iOS cocoapods的使用,快速上手

    iOS开发中,学会使用cocoapods非常重要。cocodposd是iOS提供的第三方类库管理工具,能让...

  • Cocoapods最新版安装说明

    CocoaPods# 在iOS开发中势必会用到一些第三方依赖库,使用第三方类库能极大的方便项目的开发,但是,集成这...

网友评论

    本文标题:iOS开发中常用的第三方类库

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