个人整理的ios开源博客、开源库、源码
###优秀源码:
PHPHub:https://github.com/Aufree/phphub-ios
EMTMusicPlayer音乐播放器:https://github.com/Aufree/ESTMusicPlayer
twitter家居商店应用:https://github.com/twitterdev/furni-ios?url_type=39&object_type=webpage&pos=1
Coding iOS 客户端:https://github.com/Coding/Coding-iOS
###swift源码:
https://github.com/mozilla/firefox-ios
https://github.com/JakeLin/SwiftWeather
###ios深入学习:
https://github.com/AttackOnDobby/iOS-Core-Animation-Advanced-Techniques
动画总结:https://github.com/yixiangboy/IOSAnimationDemo
设计模式:https://github.com/skyming/Trip-to-IOS-Design-Patterns
###开发博客:
http://objccn.io/
https://onevcat.com/
http://blog.devtang.com/
https://github.com/jobbole/awesome-ios-cn
###网络请求:
猿题库基于AFNetworking封装:YTKRequest:https://github.com/yuantiku/YTKNetwork
AFNetworking :https://github.com/AFNetworking/AFNetworking
文件下载:https://github.com/netyouli/WHCNetWorkKit
###键盘处理:
https://github.com/michaeltyson/TPKeyboardAvoiding
###动画:
动画库:
https://github.com/MengTo/Spring
https://github.com/facebook/pop
pop案例:https://github.com/WilliamZang/FastAnimationWithPOP
皮筋动画:
https://github.com/lkzhao/ElasticTransition
https://github.com/taglia3/ElasticTransition-ObjC
https://github.com/KittenYang/GooeyTabbar
文字动画:
https://github.com/lexrus/LTMorphingLabel
打印机输入特效:
http://code4app.com/ios/%E6%89%93%E5%8D%B0%E6%9C%BA%E8%BE%93%E5%87%BA%E7%89%B9%E6%95%88/53e1e4bd933bf030468b5362
icon过渡:
https://github.com/AlexeyBelezeko/TBIconTransitionKit
按钮加载及转场:
https://github.com/entotsu/TKSubmitTransition
樱花飞舞:
http://code.cocoachina.com/view/130352
图片加载动画:
https://github.com/rounak/RJImageLoader
https://github.com/abiaad/PAAImageView
视觉差:
https://github.com/jberlana/JBParallaxCell
https://github.com/mayuur/MJParallaxCollectionView
视图闪烁:
https://github.com/facebook/Shimmer
可爱的按钮动效:
https://github.com/okmr-d/DOFavoriteButton
###空视图:
tableview空视图:https://github.com/dzenbot/DZNEmptyDataSet
https://github.com/Akateason/XTNetReloader
###TouchId接入:
https://github.com/bringbird/TouchID
###转场:
圆圈转场:
https://github.com/KittenYang/KYPingTransition
https://github.com/andreamazz/BubbleTransition
tableview选中转场:
https://github.com/szk-atmosphere/SAInboxViewController
###keyvalue存储:
https://github.com/yuantiku/YTKKeyValueStore
###ios权限请求:
https://github.com/nickoneill/PermissionScope
https://github.com/delba/permission
https://github.com/nixzhu/Proposer
###地理位置管理:
https://github.com/intuit/LocationManager
###二维码:
https://github.com/100mango/QRCatcher
###日志记录框架:
https://github.com/CocoaLumberjack/CocoaLumberjack
###可复制视图:
https://github.com/kishikawakatsumi/SECoreTextView
###良好的gif图片播放库:
https://github.com/Flipboard/FLAnimatedImage
###通讯录封装:
https://github.com/hackxhj/BeautyAddressBook
###视频美化:
https://github.com/xujingzhou/VideoBeautify
###ios图表库:
https://github.com/danielgindi/ios-charts
###指纹解锁库:
https://github.com/kishikawakatsumi/KeychainAccess
###日历:
https://github.com/jivesoftware/PDTSimpleCalendar
###AutoLayout:
Masonry:https://github.com/Masonry/Masonry
UIView-AutoLayout:https://github.com/smileyborg/UIView-AutoLayout
###流畅性:
https://github.com/facebook/AsyncDisplayKit
###引导页:
https://github.com/MatthewYork/MYBlurIntroductionView
https://github.com/IFTTT/JazzHands
https://github.com/ealeksandrov/EAIntroView
###tableView左右滑动操作:
https://github.com/CEWendel/SWTableViewCell
https://github.com/MortimerGoro/MGSwipeTableCell
###提示,加载中:
https://github.com/TransitApp/SVProgressHUD
https://github.com/mrackwitz/MRProgress
https://github.com/jdg/MBProgressHUD
https://github.com/ninjaprox/NVActivityIndicatorView
###侧边栏:
https://github.com/mutualmobile/MMDrawerController
https://github.com/SocialObjects-Software/AMSlideMenu
https://github.com/pkluz/PKRevealController
https://github.com/aryaxt/iOS-Slide-Menu
https://github.com/mikefrederick/MFSideMenu
###webView进度条类库:
https://github.com/ninjinkun/NJKWebViewProgress
###keychain封装:
https://github.com/soffes/sskeychain
###照片选择,预览:
https://github.com/zhangyu9050/UUPhotoActionSheet
https://github.com/longitachi/ZLPhotoBrowser
https://github.com/CharlinFeng/CorePhotoBroswerVC
###计时器:
https://github.com/mineschan/MZTimerLabel
###文本占位提示:
https://github.com/jverdi/JVFloatLabeledTextField
###uilabel的替代品:
https://github.com/TTTAttributedLabel/TTTAttributedLabel
###旋转木马效果,轮播效果:
https://github.com/nicklockwood/iCarousel
https://github.com/gsdios/SDCycleScrollView
###启动图:
https://github.com/michaelbabiy/RMParallax
###好看的分享界面:
https://github.com/huangxuan518/HXEasyCustomShareView
###列表滚动切换:
https://github.com/y-hryk/YSLContainerViewController
https://github.com/CharlinFeng/CorePagesView
###自定义下拉菜单:
https://github.com/romaonthego/REMenu
###蓝牙封装:BabyBluetooth
https://github.com/coolnameismy/BabyBluetooth
###友好的自动输入:
https://github.com/filipstefansson/AutocompleteField
###导航栏动态着色:
https://github.com/ltebean/LTNavigationBar
###背景模糊actionsheelt:
https://github.com/pchernovolenko/UICustomActionSheet
###上拉下拉刷新:
https://github.com/CoderMJLee/MJRefresh
gif下拉刷新:https://github.com/uzysjung/UzysAnimatedGifPullToRefresh
###实体映射:
https://github.com/CoderMJLee/MJExtension
###autolayout隐藏处理:
https://github.com/forkingdog/UIView-FDCollapsibleConstraints
###tabbar封装:
https://github.com/robbdimitrov/RDVTabBarController
###路由跳转:
https://github.com/button/DeepLinkKit
https://github.com/Wasappli/WAAppRouting
###快速开发:
https://github.com/johnno1962/injectionforxcode
###其它人整理好的库及文章:
https://github.com/jobbole/awesome-ios-cn