第三方常用庫:
必備、很常用、推薦
[SVProgressHUD 提示效果](https://github.com/samvermette/SVProgressHUD)
Masonry :ui自適應框架 Objective-C
SnapKit/SnapKit: ui自適應框架 swift
DZNEmptyDataSet:tableview,空數據樣式
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'
=========工具類=============
Chameleon for iOS
顏色主題庫,提供flatColor許多顏色相關的便捷的方法。
GitHub:https://github.com/ViccAlexander/Chameleon
pod:
-Objective-C :pod'ChameleonFramework'
-swift :pod'ChameleonFramework/Swift'
============圖表控件================
ANDLineChartView 282+s
折線圖
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+
實時、折線圖
https://github.com/Boris-Em/BEMSimpleLineGraph
pod 'BEMSimpleLineGraph'
DZNEmptyDataSet
提供圖標空數據時的ui效果
github:https://github.com/dzenbot/DZNEmptyDataSet
pod 'DZNEmptyDataSet'
============網絡================
AFNetworking
https://github.com/AFNetworking/AFNetworking/
MKNetworkKit 2379
https://github.com/MugunthKumar/MKNetworkKit
Alamofire
AFNetworking的小弟,swift版本
============圖像處理==============
SDWebImage 圖片異步加載及緩存
https://github.com/rs/SDWebImage
UIImage+Resize 調整圖片大小
GitHub:https://github.com/coryalder/UIImage_Resize
提供多種方法為圖片設置透明度、圓角、裁剪、調整大小等:
============下拉刷新==============
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'
================數據操作===========================
FMDB
說明:使用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 數據操作
說明:coredata代替品 CoreData封裝的
https://github.com/magicalpanda/MagicalRecord
使用參考:http://www.open-open.com/lib/view/open1386811475580.html
============加載進度或提示==============
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等,比系統自帶的更加美觀。
MGBox2
GitHub:https://github.com/sobri909/MGBox2
提供一些定制的UI組件可以更簡單快速的創建表格、網格布局,以及豐富的文本呈現,基于block的事件機制等,包含:MGBox、MGTableBox、MGTableBoxStyled、MGScrollView、MGButton、MGEvents、MGEasyFrame、MGLine等,其中MGBox還支持screenshot方法用于截圖。
Nimbus
GitHub:https://github.com/jverkoey/nimbus
著名的框架,提供了一套非常豐富的UI組件,可以使開發變得更加簡單、有效率。
FlatUIKit
GitHub:https://github.com/Grouper/FlatUIKit
扁平化設計的UI組件,類似于WP或者iOS7的風格。
MUKMediaGallery
GitHub:https://github.com/muccy/MUKMediaGallery
媒體庫效果,支持圖片、視頻及音頻。
PTShowcaseViewController
GitHub:https://github.com/exalted/PTShowcaseViewController
同樣是一個媒體庫效果,支持的格式更多,包括:圖片、視頻、PDF等.
MWPhotoBrowser
GitHub:https://github.com/mwaterfall/MWPhotoBrowser
圖片展示效果,支持本地及遠程的圖片,使用也比較簡單,只要實現MWPhotoBrowserDelegate協議:
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