OC 一些用过的觉得还不错的开源库

AFNetWorking

https://github.com/AFNetworking/AFNetworking

AYPageControlView

https://github.com/AYJk/AYPageControl
这个是pagecontroll的动画封装库 该库实现了一个滑动的动画效果

DZNEmptyDataSet

https://github.com/dzenbot/DZNEmptyDataSet
这个是tableview加载空数据的时候能够用上的一个库

ZXingObjC

https://github.com/TheLevelUp/ZXingObjC
二维码生成和使用使用的库

LBXScan

https://github.com/MxABC/LBXScan
二维码生成和使用 对ZXingObjC的带UI的封装 实现了(二维码、扫码、扫一扫、ZXing和ios系统自带扫码封装,扫码界面效果封装)

FDFullscreenPopGesture

https://github.com/forkingdog/FDFullscreenPopGesture
将NavigationController的侧边右滑返回手势扩展为全屏幕或者指定距离生效的手势

ViewDeck

https://github.com/ViewDeck/ViewDeck
侧边栏组件

TPKeyboardAvoiding

https://github.com/michaeltyson/TPKeyboardAvoiding
一个很好的在tableview scrollerview中管理键盘使之不遮挡视图的库

fmdb

https://github.com/ccgus/fmdb
iOS上一个很好的sqlite数据库开源库

LKDBHelper

https://github.com/li6185377/LKDBHelper-SQLite-ORM
在model对象中创建DB支持 是对fmdb的封装

CTAssetsPickerController

https://github.com/chiunam/CTAssetsPickerController
iOS中选择相册和图库中的一个很好的封装库

你可能感兴趣的:(OC 一些用过的觉得还不错的开源库)