iOS一些干货文章、博客

一,博客

*  喵神-OneV's Den

*  唐巧的技术博客

虾神的技术博客

 Kitten的技术博客

*  一叶的技术博客

*  mgenware的技术博客

*   sun的技术博客

*   南峰子技术博客

*   Bright的技术博客

*   iWangKe.me技术博客

*   limbo的技术博客

*   morisunshine的技术博客

*   esoftmobile技术博客

*   移动开发经典文章

*   iOS技术周报

二,技术Tie

1.Objective-c Runtime

*  Runtime

文章目录:

   - 引言
   - 简介
   - 与Runtime交互
   - Runtime术语
   - 消息
   - 动态方法解析
   - 消息转发
   - 健壮的实例变量(Non Fragile ivars)
   - Objective-C Associated Objects
   - Method Swizzling
   - 总结

动手实现 objc_msgSend
  objc_msgSend 函数支撑了我们使用 Objective-C 实现的一切。要理解某件事还有比自己动手实现一次更好的方法吗?咱们来自己动手实现一个 objc_msgSend。

2.Objective-c RunLoop

RunLoop

RunLoop

*  NSRunLoop

3.Objective-c GCD

如何使用 NSOperations 和 NSOperationQueues

GCD 深入理解(一)
GCD 深入理解(二)

iOS 使用 dispatch_once 创建线程安全的单例

4.Objective-c Autorelease pool

Autorelease

  内存管理一直是学习 Objective-C 的重点和难点之一,尽管现在已经是 ARC 时代了,但是了解 Objective-C 的内存管理机制仍然是十分必要的。

5.Objective-c Method Swizzing

Method Swizzing
  Objective-C 中的 Method Swizzling 是一项异常强大的技术,它可以允许我们动态地替换方法的实现,实现 Hook 功能,是一种比子类化更加灵活的“重写”方法的方式。

6.Objective-c Xcode插件

Xcode插件

7.Objective-c Masonry介绍

  Masonry是一个轻量级的布局框架 拥有自己的描述语法 采用更优雅的链式语法封装自动布局 简洁明了 并具有高可读性

Masonry介绍与使用实践(一)

Masonry介绍与使用实践(二)

iOS自动布局高级用法及纯手码约束写法

8.Objective-c c类成员变量剖析

类成员变量剖析

  文章目录:

   - Non Fragile ivars
   - 为什么Non Fragile ivars很关键
   - 如何寻址类成员变量
   - 真正的“如何寻址类成员变量”
   - Non Fragile ivars布局调整
   - 为什么Objective-C类不能动态添加成员变量
   - 总结

9.Objective-c CocoaPods

Cocopods建立私有仓库

10.Objective-c 开发编码规范

Objective-C开发编码规范

11.Objective-c git

Git 常用命令大总结

12.Objective-c reactive cocoa

Reactive cocoa(一)

Reactive cocoa(二)

Reactive cocoa(三)

13.Objective-c CoreText

CoreText的使用方法

14.Objective-c Instruments

如何使用 Instruments

15.Objective-c Core Image

CoreImage

  当涉及到处理视频的时候,性能就会变得非常重要。而且了解黑箱下的原理 —— 也就是 Core Image 是如何工作的 —— 也很重要,这样我们才能达到足够的性能。

16.Objective-c CoreAnimation

CoreAnimation

CAShapeLayer和CAGradientLayer的介绍

17.Objective-c ios核心动画高级编程

ios核心动画了解

18.IOS -  socket

iOS的socket开发基础

19.IOS -  内购和支付

内购Demo

非官方微信支付 iOS demo

App Store支持银联支付了,手把手教你… 


2> IOS

1.IOS -  小知识

小技巧 

iOS字体相关知识

 iOS应用架构谈 view层的组织和调用方案

     - 1、开篇
     - 2、view层的组织和调用方案 
     - 3、网络层设计方案
     - 4、动态部署方案 
     - 5、本地持久化方案

*   iOS tableView三种计算动态行高的方法

*   iOS UICollectionView拖拽效果

iOS webView获取html内容

*    iOS 苹果官方demo

iOS 地图与定位

2.ios安全与逆向工程

*  iOS安全与逆向工程

*  iOS安全系列:HTTPS

*  iOS逆向工程

  本系列文章将对iOS安全、逆向工程的基本流程,以及涉及到的工具进行简要的介绍

3.IconStore  --图标

iconstore

阿里巴巴矢量图标库

easyIcon

4.相关工具

在线OC转swift工具

工具-删除xcode项目中不再使用的图片资源

3> swift

1.Swift-语言学习

Swift详解(一)

Swift详解(二)

Swift详解(三)

2. Swift -相关知识点

swift-简单、轻量的函数响应式编程框架

Swift之贪婪的UIButton

RayWenderlich 官方 Swift 风格指南


4>其它

1.其它相关知识点博客

如何轻松实现iOS9多任务管理器效果(iCarousel高级教程)

高效 MacBook 工作环境配置
 微信、陌陌等著名IM软件设计架构详解

源码推荐(8.10):iOS 大文件断点下载库,仿微信发布语音

携程App的网络性能优化实践

    总结了携程在App网络性能优化方面的一些实践经验。在2014年接手携程无线App的框架和基础研发工作之后,陈浩然面对的首要工作就是App客户端性能优化,尤其是网络服务性能,这是所有App优化工作的重中之重。

iOS开发之应用内检测手机锁屏,解锁状态

27个提升效率的iOS开源库推荐

只会左键断点?是时候试试这样那样断点了

三,一些有用的第三方库

1:基于响应式编程思想的oc
地址:https://github.com/ReactiveCocoa/ReactiveCocoa
2:hud提示框
地址:https://github.com/jdg/MBProgressHUD
3:XML/HTML解析
地址:https://github.com/topfunky/hpple
4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置
地址:https://github.com/michaeltyson/TPKeyboardAvoiding
5:状态栏提示框
地址:https://github.com/jaydee3/JDStatusBarNotification
6:block工具包。将很多需要用delegate实现的方法整合成了block的形式
地址:https://github.com/zwaldowski/BlocksKit
7:图片加载
地址:https://github.com/rs/SDWebImage
8:正则表达式
地址:https://github.com/wezm/RegexKitLite
9:Masonry代码布局
地址:https://github.com/SnapKit/Masonry
10:弹出窗
地址:https://github.com/sberrevoets/SDCAlertView
11:Button的样式
地址:https://github.com/mattlawer/BButton
12:验证网络连接状态
地址:https://github.com/tonymillion/Reachability
13:自动计算表格行高
地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell
14:动画效果的启动页
地址:https://github.com/IFTTT/JazzHands
15:iOS快速简单集成国内三大平台分享
地址:https://github.com/xumeng/XMShareModule
16:五项能力值展示的五边形
地址:https://github.com/dsxNiubility/SXFiveScoreShow
17:自动识别网址号码邮箱和表情的label
地址:https://github.com/molon/MLEmojiLabel
18:IM对话功能的封装
地址:https://github.com/ZhipingYang/UUChatTableView
19:字典转模型框架
地址:https://github.com/CoderMJLee/MJExtension
20:下拉上拉刷数据
地址:https://github.com/CoderMJLee/MJRefresh
21:表格行左右划动菜单
地址:https://github.com/MortimerGoro/MGSwipeTableCell
22:图文混搭
地址:https://github.com/zhouande/TLAttributedLabel
23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图
地址:https://github.com/DrummerB/BFNavigationBarDrawer
24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。
地址:https://github.com/Nyx0uf/NYXImagesKit
25:底部TabBar
地址:https://github.com/robbdimitrov/RDVTabBarController
26:表情面版
地址:https://github.com/ayushgoel/AGEmojiKeyboard
27:记录框架
地址:https://github.com/CocoaLumberjack/CocoaLumberjack
28:IOS与javascript交互
地址:https://github.com/marcuswestin/WebViewJavascriptBridge
29:图表统计展示
地址:https://github.com/kevinzhow/PNChart
30:appStore评分
地址:https://github.com/arashpayan/appirater
31:iOS-Categories 扩展类大全
地址:https://github.com/shaojiankui/IOS-Categories
32:扫描二维码,仿微信效果,带有扫描条
地址:https://github.com/JxbSir/JxbScanQR
33:动效弹出视图(弹出窗里面为文字,可以定义弹出的方向,及显示的时间)--AMPopTip
地址:https://github.com/andreamazz/AMPopTip
34:基于Masonry自动计算行高扩展
地址:https://github.com/632840804/HYBMasonryAutoCellHeight
 35:模仿新浪微博弹出菜单
地址:https://github.com/wwdc14/HyPopMenuView
 36:搜索历史标签
地址:https://github.com/zhiwupei/SearchHistory
 37:快速集成新手引导的类库
地址:https://github.com/StrongX/XSportLight
38:设置页面的封装
地址:https://github.com/renzifeng/ZFSetting
39:带箭头的弹出视图插件
地址:https://github.com/xiekw2010/DXPopover
40:下拉菜单插件
地址:https://github.com/dopcn/DOPDropDownMenu/
41:表格空白提示插件
地址:https://github.com/dzenbot/DZNEmptyDataSet
42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)
地址:https://github.com/Seitk/UIView-Shadow-Maker
43:不错的日期时间插件
地址:https://github.com/CoderXL/UUDatePicker
44:底部弹出选择
地址:https://github.com/skywinder/ActionSheetPicker-3.0
45:比较不错的引导页面插件
地址:https://github.com/ealeksandrov/EAIntroView
46:两个APP跳转的插件
地址:https://github.com/usebutton/DeepLinkKit
47:本地存取NSUserDefaults插件
地址:https://github.com/gangverk/GVUserDefaults
48:NSArray 和 NSDictionary关于LINQ的操作方式,封装一些常用的操作
地址:https://github.com/ColinEberhardt/LinqToObjectiveC
49:可以监控网络请求的内容
地址:https://github.com/coderyi/NetworkEye
50:时间帮助插件,可以快速获取时间,比较,增加等操作
地址:https://github.com/MatthewYork/DateTools
51: 不错的链式动作
地址:https://github.com/jhurray/JHChainableAnimations
52:弹出层视图,背景效果(可以自定义视图的内容)
地址:https://github.com/HJaycee/JCAlertView
53:圆形进度条的显示,中间可显示值
地址:https://github.com/mdinacci/MDRadialProgress
54:很帅的数据加载动画(可以用于数据列表加载的展现)
地址:https://github.com/NghiaTranUIT/FeSpinner 
55:一个开源的AFnetworking上层的封装(猿题库等运用)
地址:https://github.com/yuantiku/YTKNetwork
56:CBStoreHouseRefreshControl:一个效果很酷炫的下拉刷新控件
地址:https://github.com/coolbeet/CBStoreHouseRefreshControl
57:AFNetworking-RACExtensions:针对ReactiveCocoa的AF封装
地址:https://github.com/CodaFi/AFNetworking-RACExtensions
58:模糊效果(毛玻璃)
地址:https://github.com/nicklockwood/FXBlurView

4. iOS完整项目
1:豆瓣相册
地址:https://github.com/TonnyTao/DoubanAlbum
2:voa在线英语
地址:https://github.com/cubewang/NewsReader
3,电竞第一视角
地址:https://github.com/cubewang/GameDaily
4,开源中国的iOS客户端
地址:https://github.com/oschina/iphone-app
5,很优雅的一些组件
地址:https://github.com/sobri909/MGBox2
6,ios控件学习:
地址:https://github.com/iimgal/StudyiOS?source=c
7,reader :
地址:https://github.com/vfr/Reader
8,git客户端:
地址:https://github.com/dennisreimann/ioctocat
9,speakEnglish:
地址:https://github.com/cubewang/SpeakEnglish
10,新闻阅读 :
地址:https://github.com/samuelclay/NewsBlur
11,last.fm:
地址:https://github.com/c99koder/lastfm-iphone
12,LBS游戏:
地址:https://github.com/Kjuly/iPokeMon
13,ThatInbox 是iOS平台上一个免费开源的Email 客户端:
地址:https://github.com/Ink/ThatInbox
14,ThatCloud是一个免费开源的iOS app,允许你访问、查看以及使用你在网上存储的内容,可以很好地帮你完成工作:
地址:https://github.com/Ink/ThatCloud
15,ThatPhoto是使用了Ink Mobile Framework框架来连接到其他iOS 应用程序,你可以用它来编辑和管理照片:
地址:https://github.com/Ink/ThatPhoto
16,ThatPDF一个开源的,用来阅读、签名和注解PDF 文档的工具:
地址:https://github.com/Ink/ThatPDF
17,xmpp聊天系统:
地址:https://github.com/chrisballinger/Off-the-Record-iOS
18,对口袋NCE有用的app:
地址:https://github.com/imtiger/HappyEnglish
19,一个像Instagram那样的图片分享社区App:
地址:https://github.com/ParsePlatform/Anypic
20,黑客阅读:
地址:https://github.com/mmackh/Hacker-News-for-iOS
21,画图软件:
地址:https://github.com/sprang/Brushes ❤❤❤❤❤❤
22,APN软件:
地址:https://github.com/lexrus/APN.iOS
23,Sol的天气app:
地址:https://github.com/comyarzaheri/Sol
24,货币转换:
地址:https://github.com/nicklockwood/Concurrency
25,来电归属地查询的软件(不能上架):
地址:https://github.com/Quotation/WhoCall
26,Mogo iOS 客户端:
地址:https://github.com/jurre/Mogo-iOS
27,https://github.com/AshFurrow/C-41
28,使用XMPP协议的IM开源软件:
地址:https://github.com/chrisballinger/ChatSecure-iOS
29,WWDC:https://github.com/indragiek/WWDC-2014
30,移动支付公司 Square 将去年收购的照片应用 Viewfinder 开源了,包含服务端、iOS 和 Android 应用代码:
地址:https://github.com/viewfinderco/viewfinder
31,圣经小助手 :
地址:https://github.com/nixzhu/Bible-Assistant
32,已阅 :
地址:https://github.com/ming1016/RSSRead
33,美国白宫APP:
地址:https://github.com/WhiteHouse/wh-app-ios
34,Ruby for China:
地址: https://github.com/ruby-china/ruby-china-for-ios
35,breadwallet iOS bitcoin wallet :
地址:https://github.com/voisine/breadwallet
36,品趣:
地址:https://github.com/novel-design/novel-design
37,懒人笔记:
地址:https://github.com/liaojinxing/Voice2Note
38, Doppio :
地址:https://github.com/chroman/Doppio
39,parse开源了:
地址:https://github.com/ParsePlatform/f8DeveloperConferenceApp
40,The Oakland Post iOS App 
地址:(http://www.oaklandpostonline.com)==》 https://github.com/aclissold/The-Oakland-Post
41,GreatReader PDF阅读:
地址:https://github.com/semweb/GreatReader
42,Signal for iOS:
地址:https://github.com/WhisperSystems/Signal-iOS

43,Hacker News Client:
地址:https://github.com/bonzoq/hniosreader

----------------开源项目的协议--------------
网易新闻的开源协议: http://m.163.com/special/newsclient/ios_libraries.html

五.ios某些组件
1>自定义tabbar
   * 自定义tabbar(1)的:
     地址: https://github.com/i300/TweetBotTabBar
   * 自定义tabbar(2)和上拉刷新:
     地址: http://www.cocoachina.com/bbs/read.php?tid=62061&keyword=tabbar
   * 自定义tabbar(3):
     地址: https://github.com/jinthagerman/JBTabBarController
   * 类似instagram的tabbar:
     地址:https://github.com/boctor/idev-recipes/tree/master/CustomTabBarNotification
2>瀑布流
    * 瀑布流(1):
       地址:https://github.com/aceisScope/WaterflowView
    * 瀑布流(2):
       地址:http://code4app.com/ios/%E7%80%91%E5%B8%83%E6%95%88%E6%9E%9C-%E4%B8%8D%E5%90%8C%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F/4fdfecd96803fa117f000000
    * 瀑布流(3):
       地址:https://github.com/chiahsien/CHTCollectionViewWaterfallLayout
    * 瀑布流(4)
       地址:http://www.cocoachina.com/bbs/read.php?tid=94851&keyword=%C6%D9%B2%BC%C1%F7
    * 瀑布流(5)
       地址:https://github.com/ptshih/PSCollectionView
    * 瀑布流(6)
       地址:http://www.cocoachina.com/bbs/search.php?ss=index#submit 搜索:瀑布流
    * 瀑布流(7):
       地址:https://github.com/steipete/PSTCollectionView
3>图片加载
    * 图片延时加载
      地址:http://developer.apple.com/library/ios/#samplecode/LazyTableImages
    * 图片异步加载
      地址:https://github.com/rs/SDWebImage?source=c
4>coretext
    地址:https://github.com/Cocoanetics/DTCoreText
    地址:https://github.com/akosma/CoreTextWrapper
5>网络请求
    *ASI 
     地址:https://github.com/pokeb/asi-http-request
    *AFN
     地址:https://github.com/AFNetworking/AFNetworking
6>Json解析:
    地址:https://github.com/johnezang/JSONKit
7>做图书的一个框架:
    地址:https://github.com/Simbul/baker
8>项目内文档:
    地址:https://github.com/tomaz/appledoc?source=c
9>抽屉导航:
    地址:https://github.com/Inferis/ViewDeck
10>iOS的url router :
    地址(1):https://github.com/gaosboy/urlmanager
    地址(2):https://github.com/usepropeller/routable-ios
    地址(3):https://github.com/jverkoey/sockit
11>照片墙:
     地址:https://github.com/gmoledina/GMGridView
12>collectionview:
     地址:https://github.com/steipete/PSTCollectionView
13>自动更新类:
     地址:https://github.com/lexrus/LTUpdate
14>官网蝴蝶的OpenGL应用:                          
       地址:https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBar_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007521-CH3-SW4
15>开机密码锁:
       地址:https://github.com/aporat/KKPasscodeLock
16>视频播放器:
       地址:https://github.com/blizzard-op/VideoPlayerKit
17>音频播放完整客户端:
      地址:https://github.com/kstenerud/ObjectAL-for-iPhone
18>豆瓣音频播放:
      地址:https://github.com/douban/DOUAudioStreamer 
19>掉渣天的音频播放流:
      地址:https://github.com/alexbw/novocaine
20>AudioEngine:
       地址:https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine
21>自定义SegmentControl
      * 滑动的自定义的SegmentedControl控件:
       地址:https://github.com/samvermette/SVSegmentedControl
      * 自定义的segmented:https://github.com/HeshamMegid/HMSegmentedControl

22>特殊效果Cell
      * 类似swipelist的左右滑动的cell:
        地址:https://github.com/alikaragoz/MCSwipeTableViewCell 
      * 类似clear的超强动画cell:
        地址:https://github.com/mystcolor/JTGestureBasedTableViewDemo
      * 左右滑动的cell,有删除等功能:
        地址:https://github.com/CEWendel/SWTableViewCell/
      * 左滑动或右滑动cell:
        地址:https://github.com/modocache/MDCSwipeToChoose
      * CollectionView in UITableViewCell:
        地址:https://github.com/AshFurrow/AFTabledCollectionView

扩展1:https://github.com/soffes/sstoolkit 
扩展2:(存用户密码):https://github.com/soffes/sskeychain

23>自定义scrollView:
      * scrollview自动滚动:
        地址:https://github.com/shanegao/SGFocusImageFrame
      * scrollview左右滑动,渐隐渐出:
        地址:https://github.com/park0ur/Path-Intro-iPhone
      * scrollview滑动条变细:
        地址:https://github.com/r-plus/ScrollThindicator
      * 纵向的scrollview循环利用:
         地址:https://github.com/andreyvit/SoloComponents-iOS
      * 左右滚动的scrollview(类似网易读图):
         地址:https://github.com/kejinlu/PagedFlowView
      * 不同速度的scrollview,用于做启动介绍页:
         地址:https://github.com/5sw/SWParallaxScrollView
      * 让navbar跟着scrollview一起滚动:
         地址:https://github.com/andreamazz/AMScrollingNavbar
24>弹窗层:
       地址:https://github.com/martinjuhasz/MJPopupViewController 
25>tableview下拉图片放大:
       地址:https://github.com/hunk/TwProfile
26>选取iPod库播放音乐:
       地址:https://github.com/gangverk/GVMusicPlayerController
27>UIView动画:
        地址:https://github.com/neror/ftutils

28>网易新闻背景图浮动:
        地址:https://github.com/kenshin03/Home-For-iOS

29>仿网易,新浪的push效果,带有阴影:
        地址(1):http://code4app.com/ios/%E8%A7%86%E5%9B%BE%E5%88%87%E6%8D%A2%E5%A4%A7%E5%B0%8F%E6%B8%90%E5%8F%
                  98%E6%95%88%E6%9E%9C/5124399a6803fae82c000000
               (2)https://github.com/vinqon/MultiLayerNavigation
               (3)https://github.com/chisj/EuPopDemo
实现原理:http://mobile1.riaos.com/?p=2025414
       仿网易的左右滑动的view:  
        地址: http://code4app.com/ios/%E4%BB%BF%E7%BD%91%E6%98%93%E6%96%B0%E9%97%BB%E7%9A%84%E6%BB%91
                 %E5%8A%A8%E8%A7%86%E5%9B%BE%E5%B8%83%E5%B1%80/5255fbd96803fa8660000000
       左右横向滑动:
        地址:https://github.com/MugunthKumar/MKHorizMenuDemo

30>新浪微博和朋友圈的图片浏览方式:
     地址(1):https://github.com/Seitk/FB-Gallery
     地址(2):https://github.com/jimneylee/SinaMBlogNimbus


31>多自定义组件:
      地址:https://github.com/boctor/idev-recipes ❤❤❤❤❤❤

32>可以换图片的pageControl:
       地址:https://github.com/Spaceman-Labs/SMPageControl
33>iOS7的扁平UI:
       地址:https://github.com/Grouper/FlatUIKit
34>产品引导view:
       地址:https://github.com/123nobody/WZGuideViewController
35>类似safari的页面浏览:
       地址:https://github.com/100grams/HGPageScrollView 
36>正则匹配UIView :
       地址:https://github.com/KayK/RegexHighlightView 
37>加密措施:
       地址(1):https://github.com/dev5tec/FBEncryptor
       地址(2):https://github.com/mayurbirari/AES256AndBase64
38>自增长的键盘:
       地址:https://github.com/HansPinckaers/GrowingTextView
39>自定义的map Annotation :
       地址(1):https://github.com/grgcombs/MultiRowCalloutAnnotationView
       地址(2):https://github.com/applidium/ADClusterMapView
       地址(3):http://code4app.com/ios/Customized-Complex-Map-Annotation/4f67f4f86803fa843f000002#osc

40>3d画面:
       地址:https://github.com/nicklockwood/iCarousel 
41>上拉刷新 :
       地址: https://github.com/dbsGen/SlimeRefresh
42>翻页效果:
       地址:https://github.com/brow/leaves
43>类似maps的半截翻页:
      地址:https://github.com/FairfaxMobile/FDCurlViewControl
44>弹窗:
      地址:https://github.com/martinjuhasz/MJPopupViewController
45>对话框:
      地址:https://github.com/jessesquires/MessagesTableViewController
46>pagecurl的翻页效果:
      地址:http://www.cocoachina.com/bbs/read.php?tid=11856&keyword=%B5%D8%CD%BC
47>二维码:
      地址:http://www.cocoachina.com/applenews/devnews/2013/0104/5462.html
48>类似国家地理的翻页:
      地址:https://github.com/michaelhenry/MHNatGeoViewControllerTransition
49>iOS开发私有库:
      地址:https://github.com/kennytm/iphone-private-frameworks
50>viewController的切换(从右边进来):
      地址:https://github.com/steipete/PSStackedView ❤❤❤❤❤❤❤❤❤❤❤❤
51>安全存储用户名,密码等:
      地址:https://github.com/granoff/Lockbox
52>FormSheet的神器:
      地址:https://github.com/m1entus/MZFormSheetController
53>iOS中model类的写法:
      地址:https://github.com/github/Mantle
      相关介绍:https://github.com/blog/1299-mantle-a-model-framework-for-objective-c
54>model类解析:
      地址:https://github.com/nicklockwood/BaseModel
      basemodel解析:
      地址:https://github.com/andrep/RMModelObject
55>蓝牙:
      地址:https://github.com/xuanhuangyiqi/Anti-Lost
56>model类比较好的库
       地址(1):https://github.com/icanzilb/JSONModel
       地址(2):https://github.com/github/Mantle
57>原生App的远程调试工具包:
       地址:https://github.com/square/PonyDebugger#remote-logging
58>将缓存存在磁盘:
       地址:https://github.com/rs/SDURLCache
58>path的欢迎页实现方式
       地址:https://github.com/icepat/ICETutorial
59>path的左下角菜单栏的同类实现方法
       地址:https://github.com/mattgemmell/MGTileMenu
60>CoreData
      * coredata的封装库:
        地址:https://github.com/magicalpanda/MagicalRecord
      * coredata的 sql使用方式:
        地址:https://github.com/marcoarment/FCModel
61>zip文件解压缩:
      地址:https://github.com/soffes/ssziparchive
62>完美的图片category:
      地址:https://github.com/Nyx0uf/NYXImagesKit
UINavigationController的push可能导致错误的效果的补充:https://github.com/Plasma/BufferedNavigationController
63>UIKit的分类:
      地址:https://github.com/enormego/cocoa-helpers
64>webview控制器:
      地址:https://github.com/samvermette/SVWebViewController
64>滑动帧动画:
      地址:https://github.com/IFTTT/JazzHands
65>iOS6的水滴下拉刷新:
      地址:https://github.com/Sephiroth87/ODRefreshControl
66>微信下拉显示logo:
      地址:https://github.com/gluttony/RevealLogo
67>支付宝的锁屏界面:
      地址:https://github.com/kejinlu/KKGestureLockView
68>status bar的离线loading效果:
      地址:http://www.cocoachina.com/bbs/read.php?tid=99947&keyword=%CD%F8%D2%D7
69>模仿百度地图向下推的层:
      地址:https://github.com/mariohahn/MHDismissModalView
70>FileManager:
      地址:https://github.com/nicklockwood/StandardPaths
71>下拉头图放大:
      地址:https://github.com/cyndibaby905/TwitterCover
72>tableview模仿path的时间表:
      地址:https://github.com/kentnguyen/KNPathTableViewController
73>弹出层:
      地址:https://github.com/50pixels/FPPopover
74>二维码登录:
      地址:https://tiqr.org/
75>弹出层:
      地址:https://github.com/UrbanApps/UAModalPanel
76>Facebook paper中的图片左右移动实现:
      地址:https://github.com/chroman/CRMotionView
77>横向滚动的tab:
      地址(1):https://github.com/pppoe/LightMenuBar
      地址(2):https://github.com/MugunthKumar/MKHorizMenuDemo
78>mattt写的解析html和xml的:
     地址:https://github.com/mattt/Ono
79>通过服务器动态修改客户端逻辑:
     地址:https://github.com/mmin18/WaxPatch
80>routes,可以让按钮直接向点html的链接一样:
     地址:https://github.com/joeldev/JLRoutes
81>像新浪微博一样的图片浏览viewcontroller:
     地址:https://github.com/jaredsinclair/JTSImageViewController
82>像微信一样的search bar :
     地址:https://github.com/fabiankr/TableViewSearchBar
83>图片浏览:
     地址:https://github.com/EddyBorja/EBPhotoPages
84>类似iOS相册删除照片的动画效果:
     地址:https://github.com/Ciechan/BCGenieEffect
85>扁平化的uibutton:
     地址:https://github.com/barbosa/GBFlatButton
86>给app评分的组件1:
     地址:https://github.com/nicklockwood/iRate
87>给app评分的组件2:
     地址:https://github.com/arashpayan/appirater
88>NSFileManager的封装:
     地址:https://github.com/fabiocaccamo/FCFileManager
89>paper的点击展开效果:
     地址:https://github.com/hebertialmeida/HAPaperViewController
90>柱状图:
     地址:https://github.com/honcheng/iOSPlot
91>点击titleview弹出下拉的menu:
     地址:https://github.com/romaonthego/REMenu
92>自定义开场图:
     地址:https://github.com/ealeksandrov/EAIntroView
92>跟相册相关的:
     地址:https://github.com/B-Sides/ELCImagePickerController
93>更高效的显示地图上的大头针:
     地址:https://github.com/choefele/CCHMapClusterController
94>streaming的音频播放:
     地址:https://github.com/douban/DOUAudioStreamer
95>XMPP的使用:
     地址:https://github.com/adow/Dollarss
96>iOS7 mailbox的statusbar运用:
     地址:https://github.com/simonholroyd/StatusBarTest
97>国家地理的页面切换动画:
     地址:https://github.com/michaelhenry/MHNatGeoViewControllerTransition
98>引导页:
     地址(1):https://github.com/MatthewYork/MYBlurIntroductionView
     地址(2):https://github.com/MatthewYork/iPhone-IntroductionTutorial
     地址(3):https://github.com/ealeksandrov/EAIntroView
99>iOS7的电话button:
     地址:https://github.com/mrcrow/MRoundedButton
100>类似paper的导航抖动:
     地址:https://github.com/andreamazz/AMWaveTransition
101>下拉填充满字体:
     地址:https://github.com/d-ronnqvist/blogpost-codesample-PullToRefresh:
102>gif播放 :
     地址:https://github.com/Flipboard/FLAnimatedImage
103>视图切换:
     地址:https://github.com/zoonooz/ZFDragableModalTransition
104>类似游戏的菜单按钮,点击伸缩:
     地址:https://github.com/sendoa/QBKOverlayMenuView
105>模仿twitter的首页左右切换:
     地址:https://github.com/duowan/TwitterPaggingViewer
106>下载器:
     地址:https://github.com/thibaultCha/TCBlobDownload
107>网易新闻的离线下载bar:
     地址:https://github.com/jaydee3/JDStatusBarNotification
108>图片剪切和拆剪:
     地址:https://github.com/kishikawakatsumi/PEPhotoCropEditor
109>过度效果的status bar :
     地址:https://github.com/nrj/AlphaGradientStatusBar
110>Facebook’s paper的弹出层:
     地址:https://github.com/UrbanApps/UAModalPanel
111>Objective-C 和JavaScript 交互:
     地址:https://github.com/marcuswestin/WebViewJavascriptBridge
112>popview
      地址:https://github.com/jmascia/KLCPopup
      地址:https://github.com/andreamazz/AMPopTip
113>UICollectionView replacement of UITableView (添加上section)
      地址:https://github.com/jamztang/CSStickyHeaderFlowLayout
114>storekit:
      地址:https://github.com/mattt/CargoBay
115>替换Apple的Reachability判断网络:
      地址:https://github.com/tonymillion/Reachability 
116>搜索控件search:
      地址:https://github.com/dzenbot/DZNPhotoPickerController
117>边打字边出现标题:
      地址:https://github.com/jverdi/JVFloatLabeledTextField
118>扁平化的segment:
     地址:https://github.com/pepibumur/PPiFlatSegmentedControl
119>颜色渐变的加载:
     地址:https://github.com/nrj/GradientProgressView
120>pinterst的下拉刷新填充满的效果:
    地址:https://github.com/uzysjung/UzysCircularProgressPullToRefresh

六 UICollectionView相关
    地址:https://github.com/bryceredd/RFQuiltLayout

七 helper相关
    地址:https://github.com/andrewroycarter/UIView-Helpers

八 auto layout相关
    地址:https://github.com/cloudkite/Masonry 
    地址:https://github.com/smileyborg/UIView-AutoLayout 
    地址:https://github.com/iMartinKiss/KeepLayout 


九.block相关
    地址:https://github.com/jivadevoe/UIAlertView-Blocks
    地址:https://github.com/pandamonia/BlocksKit 

十.iOS7相关
iOS7颜色类:
    地址:https://github.com/claaslange/iOS7Colors

iOS7:动态毛玻璃效果:
    地址:https://github.com/alexdrone/ios-realtimeblur
iOS7 blur侧边栏:
    地址:https://github.com/rnystrom/RNFrostedSidebar
iOS7 blur image:
    地址:https://github.com/lukabernardi/LBBlurredImage
iOS7 blur 效果:
    地址:https://github.com/nicklockwood/FXBlurView
iOS7的uialertview:
    地址:https://github.com/alexanderjarvis/PXAlertView
iOS7视图切换炫酷效果:
    地址:https://github.com/ColinEberhardt/VCTransitionsLibrary
iOS7教学代码:
    地址:https://github.com/ShinobiControls/iOS7-day-by-day
iOS7风格的抽屉导航:
    地址:https://github.com/monospacecollective/MSDynamicsDrawerViewController
iOS7demo:
    地址:https://github.com/shu223/iOS7-Sampler
iOS正则分类:
    地址:https://github.com/bendytree/Objective-C-RegEx-Categories
iOS7侧边栏:
    地址:https://github.com/romaonthego/RESideMenu
iOS7侧边栏(覆在view上)
    地址:https://github.com/romaonthego/REFrostedViewController
iOS7库:
    地址:https://github.com/youknowone/UI7Kit(可以让iOS5也有iOS7的样子)

十一.测试框架
    地址:http://www.cocoachina.com/applenews/devnews/2013/1025/7242.html 
    地址:https://github.com/kif-framework/KIF
十二.Mac完整项目
   电台:
    地址:https://github.com/myoula/sostart

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值