第三方常用庫(kù):
必備、很常用、推薦
AFNetworking 網(wǎng)絡(luò)請(qǐng)求
[SVProgressHUD 提示效果](https://github.com/samvermette/SVProgressHUD)
Masonry :ui自適應(yīng)框架 Objective-C
SnapKit/SnapKit: ui自適應(yīng)框架 swift
DZNEmptyDataSet:tableview,空數(shù)據(jù)樣式
https://github.com/dzenbot/DZNEmptyDataSet
cocoapod方式
platform :ios, '8.0'
pod 'SDWebImage', '~>3.6'
pod 'AFNetworking', '~> 2.0'
pod 'MJRefresh'
pod 'SVProgressHUD'
pod 'CocoaLumberjack','~> 2.0'
pod 'Masonry'
pod 'DZNEmptyDataSet'
=========工具類(lèi)=============
Chameleon for iOS
顏色主題庫(kù),提供flatColor許多顏色相關(guān)的便捷的方法。
GitHub:https://github.com/ViccAlexander/Chameleon
pod:
-Objective-C :pod'ChameleonFramework'
-swift :pod'ChameleonFramework/Swift'
============圖表控件================
ANDLineChartView 282+s
折線(xiàn)圖
https://github.com/anaglik/ANDLineChartView
pod "ANDLineChartView"
SHLineGraphView 200+s
https://github.com/grevolution/SHLineGraphView
JBChartView 2000+s
有圖有表
https://github.com/Jawbone/JBChartView
BEMSimpleLineGraph 1500s+
實(shí)時(shí)、折線(xiàn)圖
https://github.com/Boris-Em/BEMSimpleLineGraph
pod 'BEMSimpleLineGraph'
DZNEmptyDataSet
提供圖標(biāo)空數(shù)據(jù)時(shí)的ui效果
github:https://github.com/dzenbot/DZNEmptyDataSet
pod 'DZNEmptyDataSet'
============網(wǎng)絡(luò)================
AFNetworking
https://github.com/AFNetworking/AFNetworking/
MKNetworkKit 2379
https://github.com/MugunthKumar/MKNetworkKit
Alamofire
AFNetworking的小弟,swift版本
============圖像處理==============
SDWebImage 圖片異步加載及緩存
https://github.com/rs/SDWebImage
UIImage+Resize 調(diào)整圖片大小
GitHub:https://github.com/coryalder/UIImage_Resize
提供多種方法為圖片設(shè)置透明度、圓角、裁剪、調(diào)整大小等:
============下拉刷新==============
SVPullToRefresh 下拉刷新、上拉加載更多 ====2740
GitHub:https://github.com/samvermette/SVPullToRefresh
MJRefresh https://github.com/CoderMJLee/MJRefresh ====839
pod 'MJRefresh'
PullToRefresh https://github.com/leah/PullToRefresh === 1950
================特效===========================
CSStickyHeaderFlowLayout :tableview 懸停的頭部
https://github.com/jamztang/CSStickyHeaderFlowLayout
pod "CSStickyHeaderFlowLayout"
Spring:
https://github.com/MengTo/Spring
pod 'Spring', '~> 1.0.3'
================數(shù)據(jù)操作===========================
FMDB
說(shuō)明:使用sqllite封裝的
https://github.com/ccgus/fmdb
pod 'FMDB'
# pod 'FMDB/FTS' # FMDB with FTS
# pod 'FMDB/standalone' # FMDB with latest SQLite amalgamation source
# pod 'FMDB/standalone/FTS' # FMDB with latest SQLite amalgamation source and FTS
# pod 'FMDB/SQLCipher' # FMDB with SQLCipher
MagicalRecord 數(shù)據(jù)操作
說(shuō)明:coredata代替品 CoreData封裝的
https://github.com/magicalpanda/MagicalRecord
使用參考:http://www.open-open.com/lib/view/open1386811475580.html
============加載進(jìn)度或提示==============
MBProgressHUD
GitHub:https://github.com/matej/MBProgressHUD
SVProgressHUD 提示效果
GitHub:https://github.com/samvermette/SVProgressHUD
ZAActivityBar 提示效果
GitHub:https://github.com/zacaltman/ZAActivityBar
ZAActivityBar 提示效果
GitHub:https://github.com/zacaltman/ZAActivityBar
============ui組件==============
PrettyKit
GitHub:https://github.com/vicpenap/PrettyKit
定制了一些UI組件如UITableViewCell、UINavigationBar、UITabBar、UIToolBar等,比系統(tǒng)自帶的更加美觀。
MGBox2
GitHub:https://github.com/sobri909/MGBox2
提供一些定制的UI組件可以更簡(jiǎn)單快速的創(chuàng)建表格、網(wǎng)格布局,以及豐富的文本呈現(xiàn),基于block的事件機(jī)制等,包含:MGBox、MGTableBox、MGTableBoxStyled、MGScrollView、MGButton、MGEvents、MGEasyFrame、MGLine等,其中MGBox還支持screenshot方法用于截圖。
Nimbus
GitHub:https://github.com/jverkoey/nimbus
著名的框架,提供了一套非常豐富的UI組件,可以使開(kāi)發(fā)變得更加簡(jiǎn)單、有效率。
FlatUIKit
GitHub:https://github.com/Grouper/FlatUIKit
扁平化設(shè)計(jì)的UI組件,類(lèi)似于WP或者iOS7的風(fēng)格。
MUKMediaGallery
GitHub:https://github.com/muccy/MUKMediaGallery
媒體庫(kù)效果,支持圖片、視頻及音頻。
PTShowcaseViewController
GitHub:https://github.com/exalted/PTShowcaseViewController
同樣是一個(gè)媒體庫(kù)效果,支持的格式更多,包括:圖片、視頻、PDF等.
MWPhotoBrowser
GitHub:https://github.com/mwaterfall/MWPhotoBrowser
圖片展示效果,支持本地及遠(yuǎn)程的圖片,使用也比較簡(jiǎn)單,只要實(shí)現(xiàn)MWPhotoBrowserDelegate協(xié)議:
ios-image-filters
GitHub:https://github.com/esilverberg/ios-image-filters提供多種圖片濾鏡效果。
PDF Reader Core for iOS
GitHub:https://github.com/vfr/Reader
PDF閱讀器核心。
ios-image-filters
GitHub:https://github.com/esilverberg/ios-image-filters提供多種圖片濾鏡效果。
PDF Reader Core for iOS
GitHub:https://github.com/vfr/Reader
PDF閱讀器核心。
REMenu
munu控件
pod 'REMenu', '~> 1.10'
文本框
HansPinckaers/GrowingTextView
https://github.com/HansPinckaers/GrowingTextView
pod 'HPGrowingTextView', '~> 1.1'
MGSwipeTableCell
https://github.com/MortimerGoro/MGSwipeTableCell
引用地址:
http://github.ibireme.com/github/list/ios/
http://www.csdn.net/article/2013-06-05/2815530-GitHub-iOS-open-source-projects-one
http://blog.csdn.net/xiazailushang/article/details/9716043