iOS开发 插件、库、demo、封装类 整合JSON文档

偶然发现,用过一些,分享给大家

{

 "XcodeChaJian": [

                     {

 "Dname" : "iOS开发进阶,从Xcode开始",

 "Durl" : "http://www.cocoachina.com/special/xcode/",

 "Dtext" : "学习使用Xcode构建出色的应用程序!"

                     },

                     {

 "Dname" : "Xcode5 Plugins 开发简介",

 "Durl" : "http://studentdeng.github.io/blog/2014/02/21/xcode-plugin-fun/",

 "Dtext" : ""

                     },

                     {

 "Dname" : "Xcode 4 插件制作入门",

 "Durl" : "http://www.onevcat.com/2013/02/xcode-plugin/",

 "Dtext" : "Xcode 4 插件制作入门:Xcode所使用的所有库都包含在Xcode.app/Contents/的Frameworks,SharedFrameworks和OtherFrameworks三个文件夹下。其中和Xcode关系最为直接以及最为重要的是Frameworks中的IDEKit和IDEFoundation,以及SharedFrameworks中的DVTKit和DVTFoundation四个。"

                     },

                     {

 "Dname" : "RTImageAssets",

 "Durl" : "https://github.com/rickytan/RTImageAssets",

 "Dtext" : "一个 Xcode 插件,用来生成 @3x 的图片资源对应的 @2x 和 @1x 版本。"

                     },

                     {

 "Dname" : "Asset Catalog Creator",

 "Durl" : "https://itunes.apple.com/app/asset-catalog-creator-free/id866571115?mt=12",

 "Dtext" : "功能强大,能自动生成全部尺寸:包括App Icons、Image Sets、Launch Screens Generator。"

                     },

                     {

 "Dname" : "VVDocumenter-Xcode",

 "Durl" : "https://github.com/onevcat/VVDocumenter-Xcode",

 "Dtext" : "一个Xcode插件,build后,随手打开一个你之前的项目,然后在任意一个方法上面连按三下"/"键盘,就ok了。"

                     },

                     {

 "Dname" : "Reveal-Plugin-for-XCode",

 "Durl" : "https://github.com/shjborage/Reveal-Plugin-for-XCode",

 "Dtext" : "一个Reveal插件,可以使工程不作任何修改的情况下使用Reveal,该插件已在Alcatraz上架。"

                     },

                     {

 "Dname" : "Reveal:分析iOS UI的利器",

 "Durl" : "http://security.ios-wiki.com/issue-3-4/",

 "Dtext" : ""

                     },

                     {

 "Dname" : "java2Objective-c",

 "Durl" : "https://github.com/google/j2objc",

 "Dtext" : "Google公司出得java转Obje-C转换工具,转换逻辑,不转换UI。"

                     },

                     {

 "Dname" : "RegX",

 "Durl" : "https://github.com/kzaher/RegX",

 "Dtext" : "专治代码强迫症的 Xcode 插件,使用 Swift 和 Objective-C 编写。其用竖向对齐特定源代码的元素,使得代码更易读和易理解。"

                     },

                     {

 "Dname" : "KSImageNamed",

 "Durl" : "https://github.com/ksuther/KSImageNamed-Xcode",

 "Dtext" : "自动完成,特别是如果你正在写Objective-C,如果Xcode能自动完成文件名难道不会很伟大吗?比如图像文件的名称。"

                     },

                     {

 "Dname" : "FuzzyAutocomplete",

 "Durl" : "https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin",

 "Dtext" : "Xcode的实现自动完成还不完美,此插件能给出你所期望或想要的建议,设置:xcode-》Editor-》FuzzyAutocomplete-》plugin settings。"

                     },

                     {

 "Dname" : "GitDiff",

 "Durl" : "https://github.com/johnno1962/GitDiff",

 "Dtext" : "Xcode的代码编辑器的一个微妙的补强,加上了足够的可见信息以了解上次git提交以来发生了什么变化,设置:xcode-》Edit-》GitDiff。"

                     },

                     {

 "Dname" : "XToDo",

 "Durl" : "https://github.com/trawor/XToDo",

 "Dtext" : "这个插件不仅凸显TODO,FIXME,???,以及!!!注释,也在便利列表呈现他们。 菜单:xcode-》view-》snippets; 调出列表显示: xcode-》view-》ToDo List : ctrl + T 。 "

                     },

                     {

 "Dname" : "Backlight",

 "Durl" : "https://github.com/limejelly/Backlight-for-XCode",

 "Dtext" : "突出显示当前正在编辑的行。菜单:xcode-》view-》Backlight 。"

                     },

                     {

 "Dname" : "CocoaPods",

 "Durl" : "https://github.com/kattrali/cocoapods-xcode-plugin",

 "Dtext" : "该CocoaPods的插件增加了一个CocoaPods菜单到Xcode的产品菜单。如果你不喜欢命令行,那么你一定会喜欢这个插件。 [用CocoaPods做iOS程序的依赖管理 ](  http://tangqiaoboy.gitcafe.io/blog/2014/05/25/use-cocoapod-to-manage-ios-lib-dependency/)。 "

                     },

                     {

 "Dname" : "Peckham",

 "Durl" : "https://github.com/markohlebar/Peckham",

 "Dtext" : "添加import语句比较麻烦,此插件 按Command-Control-P,给出的选项列表中选择要的头文件。先要安装[Alcatraz](http://alcatraz.io/) ,在终端输入: **curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh** ; 重启xcode-》window-》Package Manager:搜索 **Peckham** 安装,打开Peckham.xcodeproj,编译 Peckham target,重启Xcode 。 "

                     },

                     {

 "Dname" : "Auto-Importer",

 "Durl" : "https://github.com/lucholaf/Auto-Importer-for-Xcode",

 "Dtext" : "Auto-Importer是一个自动导入类对应的头文件的Xcode插件。 "

                     },

                     {

 "Dname" : "Alcatraz",

 "Durl" : "http://alcatraz.io/",

 "Dtext" : "使用Alcatraz来管理Xcode插件。"

                     },

                     {

 "Dname" : "KSHObjcUML",

 "Durl" : "https://github.com/kimsungwhee/KSHObjcUML",

 "Dtext" : "KSHObjcUML 是一个 Objective-C 类引用关系图的 Xcode 插件。"

                     },

                     {

 "Dname" : "ColorSense-for-Xcode",

 "Durl" : "https://github.com/omz/ColorSense-for-Xcode",

 "Dtext" : "颜色插件,安装之后,就不用根据RGB选择颜色,直接从取色板中取颜色,会自动补齐RGB代码。"

                     },

                     {

 "Dname" : "10款提高iOS开发效率的XCode插件",

 "Durl" : "http://www.imooc.com/wenda/detail/237132",

 "Dtext" : "10款提高iOS开发效率的XCode插件:1. XcodeColors;5. ACCodeSnippetRepository;10. Dash for Xcode。 "

                     },

                     {

 "Dname" : "ZLGotoSandboxPlugin",

 "Durl" : "https://github.com/MakeZL/ZLGotoSandboxPlugin",

 "Dtext" : "支持Xcode快捷键了跳转当前应用沙盒了!快捷键是 Shift+Common+w。 "

                     },

                     {

 "Dname" : "XcodeSwiftSnippets",

 "Durl" : "https://github.com/burczyk/XcodeSwiftSnippets",

 "Dtext" : "XcodeSwiftSnippets, 提供了很多可在 Xcode 上使用的 Swift 代码片段, 通过自动补全的方式极大的提高了开发效率。"

                     },

                     {

 "Dname" : "CoPilot",

 "Durl" : "https://vimeo.com/128713880",

 "Dtext" : "通过此插件,Xcode 可以协同编程了(采用 WebSocket 通讯)。如此强大的“黑工具”,不爱它能行吗。  "

                     },

                     {

 "Dname" : "ESJsonFormat-Xcode",

 "Durl" : "https://github.com/EnjoySR/ESJsonFormat-Xcode",

 "Dtext" : "将Json格式化输出为模型的属性。"

                     },

                     {

 "Dname" : "SCXcodeMiniMap",

 "Durl" : "https://github.com/stefanceriu/SCXcodeMiniMap",

 "Dtext" : "Xcode迷你小地图-SCXcodeMiniMap。"

                     },

                     {

 "Dname" : "xTransCodelation",

 "Durl" : "http://code.cocoachina.com/detail/316095/xTransCodelation/",

 "Dtext" : "XCODE中英文翻译插件,提供API查询模式和网页模式,都是利用的百度翻译。另外集成了一个可以一键关闭其他所有APP的实用功能,方便开发者!"

                     }

                     ],


 "XiaLaShuaXin": [

                     {

 "Dname" : "EGOTableViewPullRefresh",

 "Durl" : "https://github.com/enormego/EGOTableViewPullRefresh",

 "Dtext" : "最早的下拉刷新控件"

                     },

                     {

 "Dname" : "SVPullToRefresh",

 "Durl" : "https://github.com/samvermette/SVPullToRefresh",

 "Dtext" : "下拉刷新控件"

                     },

                     {

 "Dname" : "MJRefresh",

 "Durl" : "https://github.com/CoderMJLee/MJRefresh",

 "Dtext" : "仅需一行代码就可以为UITableView或者CollectionView加上下拉刷新或者上拉刷新功能。可以自定义上下拉刷新的文字说明。具体使用看“使用方法”。(国人写)"

                     },

                     {

 "Dname" : "XHRefreshControl",

 "Durl" : "https://github.com/xhzengAIB/XHRefreshControl",

 "Dtext" : "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。(国人写)"

                     },

                     {

 "Dname" : "CBStoreHouseRefreshControl",

 "Durl" : "https://github.com/coolbeet/CBStoreHouseRefreshControl",

 "Dtext" : "一个效果很酷炫的下拉刷新控件。"

                     },

                     {

 "Dname" : "BreakOutToRefresh",

 "Durl" : "https://github.com/dasdom/BreakOutToRefresh",

 "Dtext" : "一个下拉刷新打砖块的开源 Swift 库,能让用户在等待下拉刷新的时候边玩撞球游戏边等待。一个下拉刷新打砖块的开源 Swift 库,能让用户在等待下拉刷新的时候边玩撞球游戏边等待。"

                     },

                     {

 "Dname" : "KYJellyPullToRefresh",

 "Durl" : "https://github.com/KittenYang/KYJellyPullToRefresh",

 "Dtext" : "实现弹性物理效果的下拉刷新,神奇的贝塞尔曲线,配合UIDynamic写的一个拟物的下拉刷新动画。 实现弹性物理效果的下拉刷新,神奇的贝塞尔曲线,配合UIDynamic写的一个拟物的下拉刷新动画。"

                     },

                     {

 "Dname" : "MHYahooParallaxView",

 "Durl" : "https://github.com/michaelhenry/MHYahooParallaxView",

 "Dtext" : "类似于Yahoo Weather和News Digest首屏的视差滚动。 "

                     },

                     {

 "Dname" : "SDRefreshView",

 "Durl" : "https://github.com/gsdios/SDRefreshView",

 "Dtext" : "简单易用的上拉和下拉刷新(多版本细节适配)。"

                     },

                     {

 "Dname" : "ZLSwiftRefresh",

 "Durl" : "https://github.com/MakeZL/ZLSwiftRefresh",

 "Dtext" : "swift下拉刷新/上拉加载更多,支持自定义动画,集成简单,兼容UITableView/CollectionView/ScrollView/WebView。"

                     },

                     {

 "Dname" : "BreakOutToRefresh",

 "Durl" : "https://github.com/dasdom/BreakOutToRefresh",

 "Dtext" : "swift,上拉和下拉刷新。"

                     },

                     {

 "Dname" : "GearRefreshControl",

 "Durl" : "https://github.com/andreamazz/GearRefreshControl",

 "Dtext" : "swift,上拉和下拉刷新。"

                     },

                     {

 "Dname" : "refresher",

 "Durl" : "https://github.com/jcavar/refresher",

 "Dtext" : "swift,上拉和下拉刷新。"

                     },

                     {

 "Dname" : "可展开/收缩的下拉菜单--SvpplyTable",

 "Durl" : "http://d.cocoachina.com/code/detail/237753",

 "Dtext" : "一个可展开可收缩的下拉菜单,类似Svpply app。"

                     },

                     {

 "Dname" : "ODRefreshControl",

 "Durl" : "https://github.com/Sephiroth87/ODRefreshControl",

 "Dtext" : "原iOS6上的橡皮糖刷新样式,很有意思。现在也很多大的 App 在用,比如虾米音乐和 QQ 客户端。"

                     },

                     {

 "Dname" : "PullToMakeSoup",

 "Durl" : "https://github.com/Yalantis/PullToMakeSoup",

 "Dtext" : "PullToMakeSoup, 自定义下拉刷新的动画效果:煮饭, Yalantis新作!"

                     },

                     {

 "Dname" : "TwitterCover",

 "Durl" : "https://github.com/cyndibaby905/TwitterCover",

 "Dtext" : "Twitter iOS客户端的下拉封面模糊效果。"

                     },

                     {

 "Dname" : "Replace-iOS",

 "Durl" : "https://github.com/MartinRGB/Replace-iOS",

 "Dtext" : "Replace-iOS 让人眼前一亮的下拉刷新(iOS)。"

                     },

                     {

 "Dname" : "Animations",

 "Durl" : "https://github.com/KittenYang/Animations",

 "Dtext" : "封装了一下,使用的时候只要两行代码。一些动画的飞机稿,都是一些单独分离出来的用于测试的子动画,现在统一归类一下。"

                     },

                     {

 "Dname" : "PullToBounce",

 "Durl" : "https://github.com/entotsu/PullToBounce",

 "Dtext" : "下拉刷新的动画 for UIScrollView。"

                     }

                     ],



 "MoHuXiaoGuo": [

                   {

 "Dname" : "FXBlurView",

 "Durl" : "https://github.com/nicklockwood/FXBlurView",

 "Dtext" : "支持iOS5.0以上版本,支持静态、动态模糊效果,继承与UIView的模糊特效。"

                   },

                   {

 "Dname" : "VVBlurPresentation",

 "Durl" : "https://github.com/onevcat/VVBlurPresentation",

 "Dtext" : "很简单易用的在原来viewconntroller基础上做模糊,然后present新的viewcontroller的。"

                   },

                   {

 "Dname" : "UICustomActionSheet",

 "Durl" : "https://github.com/pchernovolenko/UICustomActionSheet",

 "Dtext" : "通过模糊背景来着重强调与菜单相关的元素--对话框 里面已经收藏。"

                   },

                   {

 "Dname" : "SABlurImageView",

 "Durl" : "https://github.com/szk-atmosphere/SABlurImageView",

 "Dtext" : "支持渐变动画效果的图像模糊化类库。P.S. 与前几天推存类库SAHistoryNavigationViewController 是同一位作者。"

                   }

                   ],



 "AutoLayout": [

                  {

 "Dname" : "Masonry",

 "Durl" : "https://github.com/Masonry/Masonry",

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

                  },

                  {

 "Dname" : "Classy",

 "Durl" : "https://github.com/cloudkite/Classy/",

 "Dtext" : "Classy是一个能与UIKit无缝结合stylesheet(样式)系统。它借鉴CSS的思想,但引入新的语法和命名规则。"

                  },

                  {

 "Dname" : "ClassyLiveLayout",

 "Durl" : "https://github.com/olegam/ClassyLiveLayout",

 "Dtext" : "ClassyLiveLayout通过结合Classy stylesheets与Masonry一起使用,能够在运行的模拟器中微调Auto Layout约束实时显示效果的工具。"

                  },

                  {

 "Dname" : "Snap",

 "Durl" : "https://github.com/Masonry/Snap",

 "Dtext" : "Snap 是 Masonry Auto Layout DSL 的 Swift 版本,是一款轻量级的布局框架,使用了更良好的语法封装了AutoLayout。Snap支持iOS和OS X。"

                  },

                  {

 "Dname" : "SnapKit",

 "Durl" : "https://github.com/SnapKit/SnapKit",

 "Dtext" : "就是“snap”, --swift 喜欢自动布局吗?当然喜欢!至少在storyboard中创建时会喜欢。 在代码中纯手工创建约束灰常痛苦,但幸运的是我们有了SnapKit,在board中用上它,你可以简单直观地编写约束了。"

                  },

                  {

 "Dname" : "Auto-Layout-Showcase",

 "Durl" : "https://github.com/philcn/Auto-Layout-Showcase",

 "Dtext" : "swift,AutoLayout 进阶 Demo,宽高比约束、比例约束、不等约束、视差约束、低优先级约束等高级用法,无需写码即可进行复杂页面布局,Demo 还动态模拟了各屏幕下的效果。来自百度知道 iOS 小组的内部分享。"

                  },

                  {

 "Dname" : "UIView-FDCollapsibleConstraints",

 "Durl" : "https://github.com/forkingdog/UIView-FDCollapsibleConstraints",

 "Dtext" : "一个AutoLayout辅助工具,最优雅的方式解决自动布局中子View的动态显示和隐藏的问题。第二个Demo模拟了一个经典的FlowLayout,任意一个元素隐藏时,底下的元素需要自动“顶”上来,配合这个扩展,你可以在IB里连一连,选一选,不用一行代码就能搞定。"

                  },

                  {

 "Dname" : "Autolayout_Demo",

 "Durl" : "https://github.com/luodezhao/Autolayout_Demo",

 "Dtext" : "在项目中用自动布局实现的类似抽屉效果。"

                  },

                  {

 "Dname" : "当view隐藏的时候也隐藏其autolayout的NSLayoutAttribute",

 "Durl" : "http://code.cocoachina.com/detail/320405/",

 "Dtext" : "当view隐藏的时候也隐藏其autolayout的NSLayoutAttribute,从而不用大量的代码工作。"

                  }

                  ],



 "FuWenBen": [

                {

 "Dname" : "RTLabel",

 "Durl" : "https://github.com/honcheng/RTLabel",

 "Dtext" : "富文本。"

                },

                {

 "Dname" : "RTLabel",

 "Durl" : "https://github.com/bingxue314159/RTLabel",

 "Dtext" : "富文本,RTLabel支持64位。 "

                },

                {

 "Dname" : "TYAttributedLabel]",

 "Durl" : "https://github.com/12207480/TYAttributedLabel",

 "Dtext" : "TYAttributedLabel。 简单易用的属性文本控件(无需了解CoreText),支持富文本,图文混排显示,支持添加链接,image和UIView控件,支持自定义排版显示。"

                },

                {

 "Dname" : "TQRichTextView",

 "Durl" : "https://github.com/TinyQ/TQRichTextView",

 "Dtext" : "用于做富文本视图控件显示,用于即时通讯的表情显示,以及资源评论的富文本显示。"

                },

                {

 "Dname" : "TTTAttributedLabel",

 "Durl" : "https://github.com/mattt/TTTAttributedLabel",

 "Dtext" : "一个文字视图开源组件,是UILabel的替代元件,可以以简单的方式展现渲染的属性字符串。另外,还支持链接植入,不管是手动还是使用UIDataDetectorTypes自动把电话号码、事件、地址以及其他信息变成链接。"

                },

                {

 "Dname" : "MLEmojiLabel",

 "Durl" : "https://github.com/molon/MLEmojiLabel",

 "Dtext" : "自动识别网址、号码、邮箱、@、#话题#和表情的label。可以自定义自己的表情识别正则,和对应的表情图像。(默认是识别微信的表情符号),继承自 TTTAttributedLabel,所以可以像 label一样使用。label 的特性全都有,使用起来更友好更方便。"

                },

                {

 "Dname" : "FXLabel",

 "Durl" : "https://github.com/nicklockwood/FXLabel",

 "Dtext" : "FXLabel 是一个功能强大使用简单的类库,通过提供一个子类改进了标准的UILabel组件,为字体增加了阴影、内阴影和渐变色等,可以被用在任何标准的 UILabel 中。FXLabel 还提供了更多控件,可以对字体行距、字体间距等进行调整。"

                },

                {

 "Dname" : "WFReader",

 "Durl" : "https://github.com/TigerWf/WFReader",

 "Dtext" : "一款简单的 coretext 阅读器,支持文本选择、高亮以及字体大小选择等。"

                },

                {

 "Dname" : "WPAttributedMarkup",

 "Durl" : "https://github.com/nigelgrange/WPAttributedMarkup",

 "Dtext" : "WPAttributedMarkup is a simple utility category that can be used to easily create an attributed string from text with markup tags and a style dictionary。"

                },

                {

 "Dname" : "KMPlaceholderTextView",

 "Durl" : "https://github.com/MoZhouqi/KMPlaceholderTextView",

 "Dtext" : "可显示多行 placeholder 的 textView,可以在IB里面设置 -- swift。"

                },

                {

 "Dname" : "HHFlashSwitch",

 "Durl" : "https://github.com/mrchenhao/HHFlashSwitch",

 "Dtext" : "一个另类的 UISwitch,选择后,背景水波扩散变色效果。 "

                },

                {

 "Dname" : "UUColorSwitch",

 "Durl" : "https://github.com/zhangyu9050/UUColorSwitch",

 "Dtext" : "Switch 开关动画效果,当打开开关时,Switch可实现平滑渲染过渡到父视图的效果。"

                },

                {

 "Dname" : "Shimmer",

 "Durl" : "https://github.com/facebook/Shimmer",

 "Dtext" : "BlingBling 闪光效果,酷炫的Label的效果,可以用于加载等待提示。"

                },

                {

 "Dname" : "ZSSRichTextEditor",

 "Durl" : "https://github.com/nnhubbard/ZSSRichTextEditor",

 "Dtext" : "适用于 iOS 的富文本 WYSIWYG 编辑器,支持语法高亮和源码查看。ZSSRichTextEditor 包含所有WYSIWYG 标准的编辑器工具。"

                },

                {

 "Dname" : "RichEditorView",

 "Durl" : "https://github.com/cjwirth/RichEditorView",

 "Dtext" : "swift,一套可定制富文本编辑器组件及示例。功能完整、代码简练、实现逻辑巧妙(编辑器核心与WebView 结合,采用 HTML5 contentEditable 编辑模式,执行JS 配套命令 execCommand 实现富文本编辑功能)。"

                },

                {

 "Dname" : "DTCoreText",

 "Durl" : "https://github.com/Cocoanetics/DTCoreText",

 "Dtext" : "可以解析HTML与CSS最终用CoreText绘制出来,通常用于在一些需要显示富文本的场景下代替低性能的UIWebView。"

                },

                {

 "Dname" : "CSGrowingTextView",

 "Durl" : "https://github.com/cloverstudio/CSGrowingTextView",

 "Dtext" : "用作即时通讯文本框和评论文本框使用,可以显示多行输入。"

                },

                {

 "Dname" : "MarkdownTextView",

 "Durl" : "https://github.com/indragiek/MarkdownTextView",

 "Dtext" : "显示Markdown的TextView。 "

                },

                {

 "Dname" : "高仿微信限定行数文字内容",

 "Durl" : "http://d.cocoachina.com/code/detail/300299",

 "Dtext" : "采用Autolayout高仿微信纯文字限定行数。"

                },

                {

 "Dname" : "FuriganaTextView",

 "Durl" : "https://github.com/lingochamp/FuriganaTextView",

 "Dtext" : "实现复杂的日文韩文排版。"

                },

                {

 "Dname" : "ParkedTextField",

 "Durl" : "https://github.com/gmertk/ParkedTextField",

 "Dtext" : "带固定文本的输入组件。 "

                },

                {

 "Dname" : "LTMorphingLabel",

 "Durl" : "https://github.com/lexrus/LTMorphingLabel",

 "Dtext" : "swift 能够实现文字变形动画效果的Label,用Swift写的一个能够实现文字变形动画效果的Label,很炫。"

                },

                {

 "Dname" : "GJCFCoreText",

 "Durl" : "https://github.com/zyprosoft/GJCFCoreText",

 "Dtext" : "图文混排。"

                },

                {

 "Dname" : "AttributedLabel",

 "Durl" : "https://github.com/KyoheiG3/AttributedLabel",

 "Dtext" : "显示性能数量级 UILabel 的 AttributedLabel。无畏无惧、挑战权威。"

                },

                {

 "Dname" : "FFLabel",

 "Durl" : "https://github.com/liufan321/FFLabel",

 "Dtext" : "自动检测 URLs, @username, #topic# 等关链词(提供响应扩展)。实用的标签文本小组件。"

                },

                {

 "Dname" : "TextFieldEffects",

 "Durl" : "https://github.com/raulriera/TextFieldEffects",

 "Dtext" : "标准的UITextField有些枯燥么?来认识一下TextFieldEffects吧!废话不多说,只要看几个例子,是啊,都是些简单的dropin控制器。甚至可以在storyboard中使用IBDesignables。"

                }

                ],



 "TuBiao": [

              {

 "Dname" : "PNChart",

 "Durl" : "https://github.com/kevinzhow/PNChart",

 "Dtext" : "国内开源作者,动态的图表。"

              },

              {

 "Dname" : "swift-linechart",

 "Durl" : "https://github.com/zemirco/swift-linechart",

 "Dtext" : "功能完整、实用的折线图组件。使用方便,参数配置简单。是不可多得的优质组件--swift。"

              },

              {

 "Dname" : "ios-charts",

 "Durl" : "https://github.com/danielgindi/ios-charts",

 "Dtext" : "一款优秀 Android 图表开源库 MPAndroidChart 的 Swift 语言实现版(支持 Objective-C 和 Swift 调用)。缺省提供的示例代码为 Objective-C。"

              },

              {

 "Dname" : "TEAChart",

 "Durl" : "https://github.com/xhacker/TEAChart",

 "Dtext" : "xhacker/TEAChart 一个简洁的 iOS 图表库,支持柱状图、饼图以及日历等。"

              },

              {

 "Dname" : "YOChartImageKit",

 "Durl" : "https://github.com/yasuoza/YOChartImageKit",

 "Dtext" : "支持在watchOS上绘制图表,看它最近更新挺勤快的,可以关注一下。"

              },

              {

 "Dname" : "RealtimeGradientText",

 "Durl" : "https://github.com/kevinzhow/RealtimeGradientText",

 "Dtext" : "Fun With CALayer Mask 开源了一个有趣的项目 RealtimeGradientText"

              }

              ],


 "BiaoXiangGuan": [

                     {

 "Dname" : "SWTableViewCell",

 "Durl" : "https://github.com/onevcat/SWTableViewCell",

 "Dtext" : "国内开源作者,带很多手势的表单元格。国内开源作者,带很多手势的表单元格。"

                     },

                     {

 "Dname" : "MCSwipeTableViewCell",

 "Durl" : "https://github.com/alikaragoz/MCSwipeTableViewCell",

 "Dtext" : "带很多手势的表单元格。"

                     },

                     {

 "Dname" : "TMQuiltView]",

 "Durl" : "https://github.com/1000Memories/TMQuiltView",

 "Dtext" : "瀑布流。"

                     },

                     {

 "Dname" : "WaterfallFlowDemo",

 "Durl" : "https://github.com/lengmolehongyan/WaterfallFlowDemo",

 "Dtext" : "一个简单的UICollectionView瀑布流布局演示demo。"

                     },

                     {

 "Dname" : "XLForm",

 "Durl" : "https://github.com/xmartlabs/XLForm",

 "Dtext" : "很多表格类的table,写法更高冷一点,推荐使用。"

                     },

                     {

 "Dname" : "RETableViewManager",

 "Durl" : "https://github.com/romaonthego/RETableViewManager",

 "Dtext" : "可以十分方便地生成各种样式、各种功能的TableView。只要开发者能想到的列表效果或者功能,都可以利用这份代码迅速编写出来。比如,之前要实现一个填写各种资料的列表,可能需要很多代码,现在只需要几行代码就可以实现。 "

                     },

                     {

 "Dname" : "UIScrollSlidingPages",

 "Durl" : "https://github.com/TomThorpe/UIScrollSlidingPages",

 "Dtext" : "允许添加多视图控件,并且可以横向滚动。有点类似于Groupon app。"

                     },

                     {

 "Dname" : "HBHorizontalTableView",

 "Durl" : "https://github.com/izyhuang/HBHorizontalTableView",

 "Dtext" : "swift,TableView 横向滚动小示例(仿照 AppStore 应用展示)。"

                     },

                     {

 "Dname" : "HorizontalScrollCell",

 "Durl" : "https://github.com/mcelayir/HorizontalScrollCell",

 "Dtext" : "HorizontalScrollCell是一款使用方便的水平方向可滚动的单元格,适用于UICollectionView中实现水片方向滚动视图。 "

                     },

                     {

 "Dname" : "SYJiugonggeTableView",

 "Durl" : "https://github.com/shiyuan17/SYJiugonggeTableView",

 "Dtext" : "tableView封装的九宫格。"

                     },

                     {

 "Dname" : "UUChatTableView",

 "Durl" : "https://github.com/ZhipingYang/UUChatTableView",

 "Dtext" : "UUChatTableView 气泡聊天界面,支持文本、图片以及音频的气泡聊天界面。"

                     },

                     {

 "Dname" : "Chats",

 "Durl" : "https://github.com/acani/Chats",

 "Dtext" : "聊天 UI 示例程序。此项目应该只为演示或学习之用,没有服务器 -- swift。 "

                     },

                     {

 "Dname" : "Atlas-iOS",

 "Durl" : "https://github.com/layerhq/Atlas-iOS",

 "Dtext" : "快速在iOS里集成聊天功能,类似开源版本的环信。Layer家开源了一套聊天app界面的解决方案.看起来很赞,很多蛮复杂的东西直接都帮封好了。不得不说现在做app开发真是很简单,大部分时间搭积木就可以了。"

                     },

                     {

 "Dname" : "DLSlideView",

 "Durl" : "https://github.com/agdsdl/DLSlideView",

 "Dtext" : "DLSlideView对常见的顶部Tab页点击、滑动分页做了封装。它使用基于ViewController的container特性(而不是scrollview)来管理各个子页面,以支持无限分页。"

                     },

                     {

 "Dname" : "VOVCManager",

 "Durl" : "https://github.com/pozi119/VOVCManager",

 "Dtext" : "页面管理器:1.跳转指定页面,只需要知道viewController的Class名,如果有storyboard,则需要指定storyboard名;2.无需添加基类;3.支持URLScheme跳转指定页面。"

                     },

                     {

 "Dname" : "MBXPageViewController",

 "Durl" : "https://github.com/Moblox/MBXPageViewController",

 "Dtext" : "简洁快速的页面切换--MBXPageViewController,带有按钮控件的UIPageController,非常整洁、简单以及快速。该项目通过三种形式展示页面之间的切换,比如导航栏上的多个tab切换、页面左右两端箭头指示切换,以及使用分段控件。"

                     },

                     {

 "Dname" : "PagerTab",

 "Durl" : "https://github.com/ming1016/PagerTab",

 "Dtext" : "UIScrollView实现滑动转换页面,类似网易云音乐iOS版的页面滑动切换效果。"

                     },

                     {

 "Dname" : "GUITabPagerViewController",

 "Durl" : "https://github.com/guilhermearaujo/GUITabPagerViewController",

 "Dtext" : "多个tab滑动切换。"

                     },

                     {

 "Dname" : "VOMetroLayoutDemo",

 "Durl" : "https://github.com/pozi119/VOMetroLayoutDemo",

 "Dtext" : "Metro风格的UICollectionView, 目前只支持横向布局,仅在iPad上应用。"

                     },

                     {

 "Dname" : "KYCellAnimation",

 "Durl" : "https://github.com/KittenYang/KYCellAnimation",

 "Dtext" : "给UITableViewCell增加进入的动画。"

                     },

                     {

 "Dname" : "COBezierTableView",

 "Durl" : "https://github.com/knutigro/COBezierTableView",

 "Dtext" : "swift,通过编辑 Bezier 曲线四点位置设置 TableView 内 Cell 及对应按扭位置。实验效果很赞。"

                     },

                     {

 "Dname" : "RDVTabBarController",

 "Durl" : "https://github.com/robbdimitrov/RDVTabBarController",

 "Dtext" : "一个TabBar组件,可以方便设置底部菜单的文字图片,点击效果,小红点提示等。"

                     },

                     {

 "Dname" : "LxTabBarController",

 "Durl" : "https://github.com/DeveloperLx/LxTabBarController",

 "Dtext" : "改变了原生tabbar切换tab时的生硬效果,并加入滑动切换手势(有和界面上的其它手势发生冲突的风险,可根据具体项目予以关闭)。"

                     },

                     {

 "Dname" : "UITableView-FDTemplateLayoutCell",

 "Durl" : "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell",

 "Dtext" : "UITableView-FDTemplateLayoutCell 是一个方便缓存 UITableViewCell 的高度的框架。"

                     },

                     {

 "Dname" : "ExpandingStackCells",

 "Durl" : "https://github.com/jozsef-vesza/ExpandingStackCells",

 "Dtext" : "采用 UIStackView 实现表格单元格扩展内容显示示例及解决方案。 "

                     },

                     {

 "Dname" : "Sapporo",

 "Durl" : "https://github.com/nghialv/Sapporo",

 "Dtext" : "swift 单元格模型驱动的集合视图管理器组件。又一个超实用的“轮子”。"

                     },

                     {

 "Dname" : "MDIHorizontalSectionTableViewController",

 "Durl" : "https://github.com/WeeTom/MDIHorizontalSectionTableViewController",

 "Dtext" : "根据产品需求开源了一个交互项目,可以理解为横向Section的TableView,section和cell同时支持拖拽,后续安卓版本也会开源出来。"

                     },

                     {

 "Dname" : "JZNavigationExtension",

 "Durl" : "https://github.com/JazysYu/JZNavigationExtension",

 "Dtext" : "多功能导航控制器,可以透明返回栏。"

                     },

                     {

 "Dname" : "QuickRearrangeTableView",

 "Durl" : "https://github.com/okla/QuickRearrangeTableView",

 "Dtext" : "基于 UITableView 的快速重排功能扩展子类。通过长按选定单元格然后滚动移动到指定位置。"

                     },

                     {

 "Dname" : "uicollectionview-reordering",

 "Durl" : "https://github.com/nshintio/uicollectionview-reordering",

 "Dtext" : "UICollectionViews的拖拽(拖动、移动)效果。"

                     },

                     {

 "Dname" : "DZNEmptyDataSet",

 "Durl" : "https://github.com/dzenbot/DZNEmptyDataSet",

 "Dtext" : "DZNEmptyDataSet算是一个很标准的iOS内建方式,适合用来处理空的table view和collection view。会自动将collection view处理完善,并将用户消息以合适美观的方式显示出来。每个iOS项目都可以自动处理。"

                     },

                     {

 "Dname" : "MGSwipeTableCell",

 "Durl" : "https://github.com/MortimerGoro/MGSwipeTableCell",

 "Dtext" : "另一个常见于很多应用中的UI组件,苹果应该考虑在标准的iOS SDK中加入一些类似的内容。Swipeable表格cell是这个pod的最佳描述,也是最好的。"

                     }

                     ],



 "YinCangYuXianShi": [

                        {

 "Dname" : "SlideTapBar",

 "Durl" : "http://d.cocoachina.com/code/detail/286102",

 "Dtext" : "滚动栏菜单,向上滚动时隐藏tabbar,向下滚动马上显示tabbar。"

                        },

                        {

 "Dname" : "FoldingTabBar.iOS",

 "Durl" : "https://github.com/Yalantis/FoldingTabBar.iOS",

 "Dtext" : "可折叠Tab Bar和Tab Bar Controller。"

                        },

                        {

 "Dname" : "LTNavigationBar",

 "Durl" : "https://github.com/ltebean/LTNavigationBar",

 "Dtext" : "LTNavigationBar为app导航栏添加动态着色效果,可自定义其背景色。Demo包含:1.变换背景色;2.滚动视图,导航栏和状态栏重叠。"

                        },

                        {

 "Dname" : "BLKFlexibleHeightBar",

 "Durl" : "https://github.com/bryankeller/BLKFlexibleHeightBar",

 "Dtext" : "固定Header的效果库。"

                        }

                        ],



 "HUDYuToast": [

                  {

 "Dname" : "MBProgressHUD",

 "Durl" : "https://github.com/jdg/MBProgressHUD",

 "Dtext" : "最多人用的loading。"

                  },

                  {

 "Dname" : "SVProgressHUD",

 "Durl" : "https://github.com/TransitApp/SVProgressHUD",

 "Dtext" : "SVProgressHUD的loading,如果你需要定制化的等待提示器,这个就是了(也许是最好的)。"

                  },

                  {

 "Dname" : "ProgressHUD",

 "Durl" : "https://github.com/relatedcode/ProgressHUD",

 "Dtext" : "ProgressHUD的loading,使用最简单。"

                  },

                  {

 "Dname" : "MMProgressHUD",

 "Durl" : "https://github.com/mutualmobile/MMProgressHUD",

 "Dtext" : "设置HUD出现和消失的方式(包括上下、左右、淡入淡出、放大缩小等等),设置HUD的内容(可以在HUD中加入帧动画、动态图片等等),设置HUD出现时的底部覆盖层颜色,等等。总而言之,这是一份集大成的HUD代码。慢慢看视频吧,囊括了所有效果。"

                  },

                  {

 "Dname" : "WSProgressHUD",

 "Durl" : "https://github.com/devSC/WSProgressHUD",

 "Dtext" : "一个小巧精致的HUD,支持添加到自定义View上, 还有更多小细节。"

                  }

                  ],



 "DuiHuaKuang": [

                   {

 "Dname" : "WCAlertView",

 "Durl" : "https://github.com/m1entus/WCAlertView",

 "Dtext" : "自定义的对话框。"

                   },

                   {

 "Dname" : "IOS7AlertView",

 "Durl" : "https://github.com/wimagguc/ios-custom-alertview",

 "Dtext" : "IOS7AlertView的对话框。"

                   },

                   {

 "Dname" : "AMSmoothAlert",

 "Durl" : "https://github.com/mtonio91/AMSmoothAlert",

 "Dtext" : "动画效果不错,最多star,但不支持arm64。"

                   },

                   {

 "Dname" : "DQAlertView",

 "Durl" : "https://github.com/dinhquan/DQAlertView",

 "Dtext" : "扁平化的样式不错。"

                   },

                   {

 "Dname" : "HHAlertView",

 "Durl" : "https://github.com/mrchenhao/HHAlertView",

 "Dtext" : "一个简易的alertview 有三种样式,有成功,失败,和警告三种样式,支持Delegate和block两种回调。"

                   },

                   {

 "Dname" : "MJPopupViewController",

 "Durl" : "https://github.com/martinjuhasz/MJPopupViewController",

 "Dtext" : "实现弹出视图的各种弹出和消失效果,包括淡入淡出(fade in,fade out),从屏幕上方飞进,下方飞出,从屏幕左方飞进,右方飞出等等效果,弹窗。"

                   },

                   {

 "Dname" : "Menu",

 "Durl" : "https://github.com/fengchuanxiang/Menu",

 "Dtext" : "项目中可能会用到的常用菜单,以后有时间会继续补充,弹窗。 "

                   },

                   {

 "Dname" : "EasyTipView",

 "Durl" : "https://github.com/teodorpatras/EasyTipView",

 "Dtext" : "弹出提示框类及演示示例。同样地,API 简单、易用。好“轮子”,弹窗。 "

                   },

                   {

 "Dname" : "kxmenu",

 "Durl" : "https://github.com/kolyvan/kxmenu",

 "Dtext" : "kxmenu弹出菜单,点击视图上任意位置的按钮,会弹出一个菜单,并且有个小箭头指向点击的按钮,类似气泡视图。弹出的菜单位置会根据按钮的位置来进行调整。 "

                   },

                   {

 "Dname" : "QBPopupMenu",

 "Durl" : "https://github.com/questbeat/QBPopupMenu",

 "Dtext" : "QBPopupMenu弹出菜单,实现类似 UIMenuItem 的弹出菜单按钮。点击按钮,会弹出一个菜单,上面可以排列多个按钮。纯代码实现,不需要任何图片。"

                   },

                   {

 "Dname" : "STModalDemo",

 "Durl" : "https://github.com/zhenlintie/STModalDemo",

 "Dtext" : "弹出视图(通知,提示,选择,窗口)。"

                   },

                   {

 "Dname" : "TAOverlay",

 "Durl" : "https://github.com/TaimurAyaz/TAOverlay",

 "Dtext" : "TAOverlay可通过叠加层展示有用的信息,可自定义文本和背景色,添加阴影和模糊效果,以及更改字体大小或者用自定义图片替换页面上的icon。"

                   },

                   {

 "Dname" : "UICustomActionSheet",

 "Durl" : "https://github.com/pchernovolenko/UICustomActionSheet",

 "Dtext" : "通过模糊背景来着重强调与菜单相关的元素--模糊效果 里面已经收藏。"

                   },

                   {

 "Dname" : "ActionSheetPicker-3.0",

 "Durl" : "http://code.cocoachina.com/detail/232178",

 "Dtext" : "该项目是此前热门项目ActionSheetPicker的新版本,快速复制了iOS 8上的下拉UIPickerView/ActionSheet功能。"

                   },

                   {

 "Dname" : "MJAlertView",

 "Durl" : "https://github.com/mayuur/MJAlertView",

 "Dtext" : "3D效果转场效果警示图--MJAlertView。"

                   },

                   {

 "Dname" : "SwiftyDrop",

 "Durl" : "https://github.com/morizotter/SwiftyDrop",

 "Dtext" : "轻量、易用的小清新弹出列表及信息提示组件真心不错。"

                   }

                   ],


 "QiTaUI": [

               {

 "Dname" : "AwesomeMenu",

 "Durl" : "https://github.com/levey/AwesomeMenu",

 "Dtext" : "最多人用的Path菜单。"

               },

               {

 "Dname" : "DCPathButton",

 "Durl" : "https://github.com/Tangdixi/DCPathButton",

 "Dtext" : "Path,4.0的弹出菜单,呼出或者关闭菜单时,多个小图标会分别按照逆时针和顺时针的方向进行滚动。"

               },

               {

 "Dname" : "SphereMenu",

 "Durl" : "https://github.com/itouch2/SphereMenu",

 "Dtext" : "利用UIDynamicAnimator的有趣的菜单,path类似。 "

               },

               {

 "Dname" : "KYGooeyMenu",

 "Durl" : "https://github.com/KittenYang/KYGooeyMenu",

 "Dtext" : "KYGooeyMenu 是一个具有 Gooey Effects 带粘性的扇形菜单控件(卫星菜单、path)。"

               },

               {

 "Dname" : "TwitterPaggingViewer",

 "Durl" : "https://github.com/xhzengAIB/TwitterPaggingViewer",

 "Dtext" : "多个Tableview,左右滑动。"

               },

               {

 "Dname" : "CircularProgressControl",

 "Durl" : "https://github.com/carantes/CircularProgressControl",

 "Dtext" : "Circular Progress Control using CAShapeLayer ,环形进度控制条。"

               },

               {

 "Dname" : "KDCircularProgress",

 "Durl" : "https://github.com/kaandedeoglu/KDCircularProgress",

 "Dtext" : "KDCircularProgress是使用swift制作的色彩炫丽的进度条,可以加入多种颜色来控制进度条的渐变效果。 "

               },

               {

 "Dname" : "TextProgress",

 "Durl" : "https://github.com/cgwangding/TextProgress",

 "Dtext" : "自定义实现数字进度条:1、可以自定义数字(0-100),填充的比例为当前设置的数字,2、可以实现自定义填充颜色,上下部分都可以,3、可以自定义边界的颜色4、实现了水波动画,可以设置打开或关闭。"

               },

               {

 "Dname" : "SDProgressView",

 "Durl" : "https://github.com/gsdios/SDProgressView",

 "Dtext" : "简便美观的进度指示器,此系列共有六种样式的进度指示器。"

               },

               {

 "Dname" : "NVActivityIndicatorView",

 "Durl" : "https://github.com/ninjaprox/NVActivityIndicatorView",

 "Dtext" : "loading 进度条动画,有20-30多种,是在此 DGActivityIndicatorView 基础上做得修改。"

               },

               {

 "Dname" : "LoopProgressDemo",

 "Durl" : "https://github.com/saitjr/LoopProgressDemo",

 "Dtext" : "环形渐变进度条。"

               },

               {

 "Dname" : "环形渐变进度条实现",

 "Durl" : "http://www.superqq.com/blog/2015/08/12/realization-circular-gradient-progress/",

 "Dtext" : ""

               },

               {

 "Dname" : "XLPagerTabStrip",

 "Durl" : "https://github.com/xmartlabs/XLPagerTabStrip",

 "Dtext" : "做的很棒的iOS下的PagerTabStrip。 "

               },

               {

 "Dname" : "RandomColorSwift",

 "Durl" : "https://github.com/onevcat/RandomColorSwift",

 "Dtext" : "一个自动生成好看的颜色的 Swift 库,RandomColorSwift。"

               },

               {

 "Dname" : "HexColorService",

 "Durl" : "https://github.com/ChangweiZhang/HexColorService",

 "Dtext" : "将16进制颜色字符串转成UIColor。"

               },

               {

 "Dname" : "Rainbow",

 "Durl" : "https://github.com/NorthernRealities/Rainbow",

 "Dtext" : "旨在提高代码可读性及易用性的 UIColor 扩展,它使原先有限的预定义颜色(方法)选择,扩展至超过 1200 种。"

               },

               {

 "Dname" : "UIColor-ChineseTraditionalColors",

 "Durl" : "https://github.com/zhxnlai/UIColor-ChineseTraditionalColors",

 "Dtext" : "中国传统颜色引用 UIColor 扩展。“UIColor.桃红(),UIColor.竹青() ...”,共158种。 "

               },

               {

 "Dname" : "类似美团的下拉菜单",

 "Durl" : "http://code.cocoachina.com/detail/284158",

 "Dtext" : ""

               },

               {

 "Dname" : "类似美团的下拉选项",

 "Durl" : "http://code4app.com/ios/%E7%B1%BB%E4%BC%BC%E7%BE%8E%E5%9B%A2%E7%9A%84%E4%B8%8B%E6%8B%89%E9%80%89%E9%A1%B9/538606d4933bf06e0a8b496e",

 "Dtext" : "类似于美团、大众点评的下拉菜单选项,code4app代码,评论代码有瑕疵。"

               },

               {

 "Dname" : "CRMediaPickerController",

 "Durl" : "http://code.cocoachina.com/detail/284267",

 "Dtext" : "一个简单易用的图片/视频选择器。1.可同时选择照片和视频。 2.挑选范围有Camera、Camera Roll、Photo Library以及最近拍摄的照片和视频。3.可自定义UIImagePickerController属性(Camera Overlay、Camera Device、Camera View Transform以及allowsEditing)。4.支持横屏和竖屏5.原生的iOS UI。"

               },

               {

 "Dname" : "MDCSwipeToChoose",

 "Durl" : "https://github.com/modocache/MDCSwipeToChoose",

 "Dtext" : "MDCSwipeToChoose可简单地添加滑动手势来调用UIView,并使用该行为提供了一个组件以创建类似Tinder app的like或者dislike界面的轻扫。基于轻扫的方向,你可以决定执行什么样的行为,并且你可以自定义文本颜色和图片。该项目适用于教学用的抽认卡、图片查看器以及其他等。 "

               },

               {

 "Dname" : "iOS Material Design库",

 "Durl" : "http://d.cocoachina.com/code/detail/285611",

 "Dtext" : "该项目借鉴于谷歌的Material Design guideline,用户可自定义背景色。 "

               },

               {

 "Dname" : "Material-Controls-For-iOS",

 "Durl" : "https://github.com/fpt-software/Material-Controls-For-iOS",

 "Dtext" : "Material Design风格的各种控件,非常完整全面。 "

               },

               {

 "Dname" : "ZMaterialDesignUIButton",

 "Durl" : "https://github.com/richzertuche/ZMaterialDesignUIButton",

 "Dtext" : "Swift Material Design UIButton。"

               },

               {

 "Dname" : "MediumScrollFullScreen",

 "Durl" : "https://github.com/pixyzehn/MediumScrollFullScreen",

 "Dtext" : "Medium的可扩展滚动页面,上下滚动时,全屏显示内容,并自然消隐上下菜单。"

               },

               {

 "Dname" : "WZFlashButton",

 "Durl" : "https://github.com/SatanWoo/WZFlashButton",

 "Dtext" : "WZFlashButton,点击后button里面出现水波扩散效果。"

               },

               {

 "Dname" : "Twinkle",

 "Durl" : "https://github.com/piemonte/Twinkle",

 "Dtext" : "为字体加上钻石版闪耀的效果。使用Swift编写。"

               },

               {

 "Dname" : "ios-multi-back-button",

 "Durl" : "https://github.com/palmin/ios-multi-back-button",

 "Dtext" : "可替换内置的UInavigationController返回按钮,长按左上角的返回按钮,实现多层级的快速返回。"

               },

               {

 "Dname" : "ASDayPicker",

 "Durl" : "http://code.cocoachina.com/detail/226543",

 "Dtext" : "适用于iOS (iPhone)的日期选择器,类似于Calendar app的周视图。"

               },

               {

 "Dname" : "today extension",

 "Durl" : "http://adad184.com/2014/10/29/2014-10-29-how-to-setup-today-extension-programmatically/",

 "Dtext" : "用纯代码构建一个Widget(today extension) 。"

               },

               {

 "Dname" : "FSCalendar",

 "Durl" : "https://github.com/f33chobits/FSCalendar",

 "Dtext" : "日历视图,带有微妙和平滑的滚动效果,可自定义外观--国人。"

               },

               {

 "Dname" : "HSDatePickerViewController",

 "Durl" : "https://github.com/EmilYo/HSDatePickerViewController",

 "Dtext" : "带有 Dropbox Mailbox 感觉的时间日期选择器。启动是背景被模糊化。界面也是主流的扁平化风格。 "

               },

               {

 "Dname" : "CFCityPickerVC",

 "Durl" : "https://github.com/nsdictionary/CFCityPickerVC",

 "Dtext" : "城市选取控制器。"

               },

               {

 "Dname" : "JTCalendar",

 "Durl" : "https://github.com/jonathantribouharet/JTCalendar",

 "Dtext" : "iOS 下优美的 Calendar 组件,做 GTD 类 App 必备。"

               },

               {

 "Dname" : "Persei",

 "Durl" : "https://github.com/Yalantis/Persei",

 "Dtext" : "动画隐藏或显示顶部菜单支持库及示例项目。-swift"

               },

               {

 "Dname" : "PDTSimpleCalendar",

 "Durl" : "https://github.com/jivesoftware/PDTSimpleCalendar",

 "Dtext" : "是iOS最棒的日历组件了。你可以在各个方面对它进行定制,无论是运行逻辑还是外观方面。"

               },

               {

 "Dname" : "Form",

 "Durl" : "https://github.com/hyperoslo/Form",

 "Dtext" : "JSON 驱动的 Form表单系统,复杂的表单填写类 App 极其需要(比如淘宝呢!)。"

               },

               {

 "Dname" : "SwiftyFORM",

 "Durl" : "https://github.com/neoneye/SwiftyFORM",

 "Dtext" : "swift 表单输入框架(亮点是表单验证规则引擎),是我见过地最易用的 Swift 表单组件。"

               },

               {

 "Dname" : "SwiftSpinner",

 "Durl" : "https://github.com/icanzilb/SwiftSpinner",

 "Dtext" : "SwiftSpinner 是使用 swift 制作的一款精致带感的指示器,并且连带有字体信息显示,模糊背景,半透明,扁平化等IOS8的效果。"

               },

               {

 "Dname" : "AKPickerView-Swift",

 "Durl" : "https://github.com/Akkyie/AKPickerView-Swift",

 "Dtext" : "一款小而美的 3D 效果选择器。"

               },

               {

 "Dname" : "ImagePickerSheet",

 "Durl" : "https://github.com/larcus94/ImagePickerSheet",

 "Dtext" : "图片或视频选择器(可多选)组件及其示例项目。"

               },

               {

 "Dname" : "iOS-RatingBar",

 "Durl" : "https://github.com/saiwu-bigkoo/iOS-RatingBar",

 "Dtext" : "iOS-RatingBar swift版的评分控件,跟Android的RatingBar一样有两种模式,评分模式和只读模式‘支持视图编辑,自定义星星数量,评分等级,另外还能支持非整数星,0.5颗星,0.1颗星,可以开启动画效果。"

               },

               {

 "Dname" : "RKNotificationHub",

 "Durl" : "https://github.com/cwRichardKim/RKNotificationHub",

 "Dtext" : "快速给 UIView 添加上炫酷的通知图标(Badge、红点、提示)。"

               },

               {

 "Dname" : "WZLBadge",

 "Durl" : "https://github.com/weng1250/WZLBadge",

 "Dtext" : "Badge,支持横竖屏支持iOS5~iOS8允许高度定制化,包括“红点”的背景颜色,文字(字体大小、颜色),位置等。"

               },

               {

 "Dname" : "BubbleTransition",

 "Durl" : "https://github.com/andreamazz/BubbleTransition",

 "Dtext" : "以气泡膨胀和缩小的动画效果来显示和移除 controller,Uber的就是这种取消操作的方式。"

               },

               {

 "Dname" : "KYFloatingBubble",

 "Durl" : "https://github.com/KittenYang/KYFloatingBubble",

 "Dtext" : "类似 iOS7 中 Game Center 浮动气泡的效果。"

               },

               {

 "Dname" : "DKNightVersion",

 "Durl" : "https://github.com/Draveness/DKNightVersion",

 "Dtext" : "DKNightVersion 是一个支持夜间模式切换的框架。"

               },

               {

 "Dname" : "LxGridView-oc",

 "Durl" : "https://github.com/DeveloperLx/LxGridView",

 "Dtext" : "利用UICollectionView模仿iOS系统桌面图标的交互,作用如动图。"

               },

               {

 "Dname" : "QQBtn",

 "Durl" : "https://github.com/ZhongTaoTian/QQBtn",

 "Dtext" : "仿 QQ 未读消息弹性按钮动画,达到和手机 QQ 未读信息一样的动画效果,效果基本实现。"

               },

               {

 "Dname" : "GMStepper",

 "Durl" : "https://github.com/gmertk/GMStepper",

 "Dtext" : "swift 带动画效果、支持手势滑动操作的步进标签。"

               },

               {

 "Dname" : "TZStackView",

 "Durl" : "https://github.com/tomvanzummeren/TZStackView",

 "Dtext" : "iOS 9 UIStackView 功能模拟实现于 iOS 7/ iOS 8 内。"

               },

               {

 "Dname" : "LayoutTrait",

 "Durl" : "https://github.com/441088327/LayoutTrait",

 "Dtext" : "swift 一个小类库。 做iPad 多任务分屏 适配的同学可以看一下。"

               },

               {

 "Dname" : "HACursor",

 "Durl" : "https://github.com/HAHAKea/HACursor",

 "Dtext" : "HACursor,是一个对横向ScrollView中的视图进行管理的 UI 控件。只要几行代码就可以集成类似于网易新闻对主题页面进行排序,删除操作的功能。"

               },

               {

 "Dname" : "ZTPageController",

 "Durl" : "https://github.com/IOStao/ZTPageController",

 "Dtext" : "模仿网易新闻和其他新闻样式做的一个菜单栏,栏中有各自的控制器,其中有4中展示样式’网易style‘ ’搜狐style‘ ’腾讯style1‘ ’网易style2‘ 。 "

               },

               {

 "Dname" : "Ruler",

 "Durl" : "https://github.com/nixzhu/Ruler",

 "Dtext" : "尺子。"

               },

               {

 "Dname" : "HUMSlider",

 "Durl" : "https://github.com/justhum/HUMSlider",

 "Dtext" : "HUMSlider 是一款能够自动显示刻度记号的滑竿,滑动到某处,该处的刻度会自动上升,两边还能配置图像。支持代码或storyboard中实现。"

               },

               {

 "Dname" : "JDSelectedDemo",

 "Durl" : "https://github.com/zhangli4659507/JDSelectedDemo",

 "Dtext" : "仿京东筛选菜单实现。"

               },

               {

 "Dname" : "BTNavigationDropdownMenu",

 "Durl" : "https://github.com/PhamBaTho/BTNavigationDropdownMenu",

 "Dtext" : "下拉列表暨导航标题组件。简单、直接、易用 -swift。"

               }

               ],

 "CeHuaYuYouHuaFanHui": [

                {

 "Dname" : "SloppySwiper",

 "Durl" : "https://github.com/fastred/SloppySwiper",

 "Dtext" : "iOS 系统自带的 UINavigationController 要7.0才支持,但不过该手势只能从屏幕左侧边缘识别,如果要扩大到整个屏幕范围怎么办?配合一个 SloppySwiper 无需代码就可以轻松实现。此库支持iOS5.0以上版本"

                },

                {

 "Dname" : "SCNavigation",

 "Durl" : "https://github.com/singro/SCNavigation",

 "Dtext" : "UINavigation 可以右滑返回,隐藏 UINavigationBar。"

                },

                {

 "Dname" : "UINavigationController-YRBackGesture",

 "Durl" : "https://github.com/YueRuo/UINavigationController-YRBackGesture",

 "Dtext" : "支持右滑返回手势,标题栏不动。 "

                },

                {

 "Dname" : "GHSidebarNav",

 "Durl" : "https://github.com/gresrun/GHSidebarNav",

 "Dtext" : "现在比较流行使用侧开(侧滑)菜单设计。试了不少控件,感觉GHSidebarNav最成熟,尤其对纯代码创建的界面兼容性最好。"

                },

                {

 "Dname" : "iOS-Slide-Menu",

 "Durl" : "https://github.com/aryaxt/iOS-Slide-Menu",

 "Dtext" : "能够类似 Facebook 和 Path 那样弹出左右边栏侧滑菜单,还支持手势。多种可以自定义的属性 (非常不错)。"

                },

                {

 "Dname" : "ECSlidingViewController",

 "Durl" : "https://github.com/ECSlidingViewController/ECSlidingViewController",

 "Dtext" : "侧滑菜单。"

                },

                {

 "Dname" : "JASidePanels",

 "Durl" : "https://github.com/gotosleep/JASidePanels",

 "Dtext" : "侧滑菜单,有左右菜单,有pop功能,支持手势侧滑,本人使用中:简单。"

                },

                {

 "Dname" : "animated-tab-bar",

 "Durl" : "https://github.com/Ramotion/animated-tab-bar",

 "Dtext" : "让 Tabbar items 能显示萌萌的动画。"

                },

                {

 "Dname" : "tabbar图标动画",

 "Durl" : "http://www.cocoachina.com/ios/20150205/11116.html",

 "Dtext" : "tabbar 上图标的动画实现"

                },

                {

 "Dname" : "SideMenu",

 "Durl" : "https://github.com/Yalantis/Side-Menu.iOS/tree/master/SideMenu",

 "Dtext" : "swift 实现,一款带动画效果可定制 Slide Menu,可以学习其动画实现思路。P.S. 对于 Hamburger 式菜单,虽然很常用,不过,苹果并不鼓励使用,甚至有开发小组对其弊病用自家上线应用前后数据对比进行了抨击。"

                },

                {

 "Dname" : "RESideMenu",

 "Durl" : "https://github.com/romaonthego/RESideMenu",

 "Dtext" : "侧开菜单,qq 类似。"

                },

                {

 "Dname" : "JHMenuTableViewDemo",

 "Durl" : "https://github.com/Jiahai/JHMenuTableViewDemo",

 "Dtext" : "仿网易邮箱列表侧滑菜单。"

                },

                {

 "Dname" : "SlideMenuView",

 "Durl" : "https://github.com/xudafeng/SlideMenuView",

 "Dtext" : "炫酷侧滑菜单布局框架。"

                },

                {

 "Dname" : "QQConfiguration",

 "Durl" : "https://github.com/shinept/QQConfiguration",

 "Dtext" : "swift,QQ-iPhone 端框架,左侧菜单栏拖动手势。"

                },

                {

 "Dname" : "KGFloatingDrawer",

 "Durl" : "https://github.com/KyleGoddard/KGFloatingDrawer",

 "Dtext" : "侧滑菜单,qq 类似,KyleGoddard/KGFloatingDrawer:一款适合于大屏手机或平板的浮动抽屉式导航界面组件。效果很赞- 侧开菜单,qq 类似(与 RESideMenu 类似)。"

                },

                {

 "Dname" : "AIFlatSwitch",

 "Durl" : "https://github.com/cocoatoucher/AIFlatSwitch",

 "Dtext" : "一款带平滑过渡动画的 Switch 组件类"

                },

                {

 "Dname" : "JHChainableAnimations",

 "Durl" : "https://github.com/jhurray/JHChainableAnimations",

 "Dtext" : "在应用中采用链式写出酷炫的动画效果, 使代码更加清晰易读,利用block实现的链式编程。"

                },

                {

 "Dname" : "WXGSlideMenuDemo",

 "Durl" : "https://github.com/WXGBridgeQ/WXGSlideMenuDemo",

 "Dtext" : "一个简单实现侧拉(侧滑)菜单的小demo,供初学者共同学习、练习使用。"

                },

                {

 "Dname" : "PKRevealController",

 "Durl" : "https://github.com/pkluz/PKRevealController",

 "Dtext" : "PKRevealController 是一个可以滑动的侧边栏菜单(可向左、向右或者同时向两侧),只需手指轻轻一点(或者按一下按钮,但是这样滑动时不够炫酷),这类控制的其他库,而PKRevealController 是最棒的。安装简便,高度定制且对手势识别良好。可以当做一个标准控件用在iOS SDK中。 "

                },

                {

 "Dname" : "SwiftPages",

 "Durl" : "https://github.com/GabrielAlva/SwiftPages",

 "Dtext" : "高可定制类似 Instagram 视图滑动切换功能类库。API 简单、易用。"

                },

                {

 "Dname" : "FlipBoardNavigationController",

 "Durl" : "https://github.com/michaelhenry/FlipBoardNavigationController",

 "Dtext" : ""

                },

                {

 "Dname" : "MMDrawerController",

 "Durl" : "https://github.com/mutualmobile/MMDrawerController",

 "Dtext" : "最多人用的一个有关侧边“抽屉”导航框架,里面还有很多你意想不到的交互效果,侧滑。 "

                },

                {

 "Dname" : "UIWebView翻页返回效果",

 "Durl" : "http://code.cocoachina.com/detail/316925/UIWebView%E7%BF%BB%E9%A1%B5%E8%BF%94%E5%9B%9E%E6%95%88%E6%9E%9C%EF%BC%88%E5%8F%98%E9%80%9A%E6%96%B9%E6%B3%95%EF%BC%89/",

 "Dtext" : "UIWebView 翻页返回效果(变通方法)。"

                }

                ],


 "GifDongHua":[

                {

 "Dname" : "UIImageView-PlayGIF",

 "Durl" : "https://github.com/yfme/UIImageView-PlayGIF",

 "Dtext" : ""

                },

                {

 "Dname" : "YLGIFImage",

 "Durl" : "https://github.com/liyong03/YLGIFImage",

 "Dtext" : ""

                },

                {

 "Dname" : "YLGIFImage-Swift",

 "Durl" : "https://github.com/liyong03/YLGIFImage-Swift",

 "Dtext" : ""

                }

                ],


 "QiTaDongHua": [

                   {

 "Dname" : "popping",

 "Durl" : "https://github.com/schneiderandre/popping",

 "Dtext" : "popping 是一个 POP 使用实例工程。 "

                   },

                   {

 "Dname" : "SinaMenuView",

 "Durl" : "https://github.com/xhzengAIB/SinaMenuView",

 "Dtext" : "用 POP 动画引擎写的 Sina 微博的 Menu 菜单。"

                   },

                   {

 "Dname" : "MMTweenAnimation",

 "Durl" : "https://github.com/adad184/MMTweenAnimation",

 "Dtext" : "facebook POP 的自定义动画扩展(基于 POPCustomAnimation) 提供10种函数式动画。"

                   },

                   {

 "Dname" : "ZQLRotateMenu",

 "Durl" : "https://github.com/pingguo-zangqilong/ZQLRotateMenu",

 "Dtext" : "这是一个旋转视图的选择器。"

                   },

                   {

 "Dname" : "CoolLoadAniamtion",

 "Durl" : "https://github.com/pingguo-zangqilong/CoolLoadAniamtion",

 "Dtext" : "一个简单但是效果不错的 loading 动画。"

                   },

                   {

 "Dname" : "SequenRotateAnimation",

 "Durl" : "https://github.com/pingguo-zangqilong/SequenRotateAnimation",

 "Dtext" : "一个简单的 loading 次序动画。 "

                   },

                   {

 "Dname" : "SYAppStart",

 "Durl" : "https://github.com/441088327/SYAppStart",

 "Dtext" : " App启动插画的自定义过度。 "

                   },

                   {

 "Dname" : "VJDeviceSpecificMedia",

 "Durl" : "https://github.com/victorjiang/UIImage-VJDeviceSpecificMedia/",

 "Dtext" : ""

                   },

                   {

 "Dname" : "如何根据设备选择不同尺寸的图片]",

 "Durl" : "http://www.imooc.com/wenda/detail/249271",

 "Dtext" : "可以通过设置不同尺寸设备的 LaunchImage,来使得 App 适配这些设备,要是在不同不同尺寸设备上使用不同大小的图片,则需要在代码中一一判断,然后加载。 "

                   },

                   {

 "Dname" : "RMParallax",

 "Durl" : "https://github.com/michaelbabiy/RMParallax",

 "Dtext" : "RMParallax 是一个 app 启动页引导开源项目,除了细微的翻页视差效果,描述文本的过渡也非常美观(版本新特性)。 "

                   },

                   {

 "Dname" : "ADo_GuideView",

 "Durl" : "https://github.com/Nododo/ADo_GuideView",

 "Dtext" : "转动的用户引导页(模仿网易bobo) 因为没有从 app 包里抓到 @3x 的图片,建议在 iPhone5 模拟器运行,保证效果~ (版本新特性)。 "

                   },

                   {

 "Dname" : "CoreNewFeatureVC",

 "Durl" : "https://github.com/nsdictionary/CoreNewFeatureVC",

 "Dtext" : "版本新特性(引导页),1.封装并简化了版本新特性启动视图!2.添加了版本的本地缓存功能,3.集成简单,使用方便,没有耦合度,4.支持 block 回调。"

                   },

                   {

 "Dname" : "Spring",

 "Durl" : "https://github.com/MengTo/Spring",

 "Dtext" : "Spring 是一个 Swift 编写的开源库,可简化 Swift 编写的 iOS 动画。支持shake、pop、morph、squeeze、wobble、swing、flipX、flipY、fall、squeezeLeft、squeezeRight 以及 squeezeDown 等多种动画形式,用 IBDesignable 让使用者可以在 Xcode 中快速设置动画效果。 "

                   },

                   {

 "Dname" : "KYBezierBounceView",

 "Durl" : "https://github.com/KittenYang/KYBezierBounceView",

 "Dtext" : "手势控制贝塞尔曲线,取消手势贝塞尔曲线会有反弹效果。 "

                   },

                   {

 "Dname" : "cadisplaylinkanduibezierpath",

 "Durl" : "http://kittenyang.com/cadisplaylinkanduibezierpath/",

 "Dtext" : "CADisplayLink 结合 UIBezierPath 的神奇妙用。"

                   },

                   {

 "Dname" : "KYCuteView",

 "Durl" : "https://github.com/KittenYang/KYCuteView",

 "Dtext" : "实现类似 QQ 消息拖拽消失的交互 +GameCenter 的浮动小球效果。"

                   },

                   {

 "Dname" : "KYWaterWaveView",

 "Durl" : "https://github.com/KittenYang/KYWaterWaveView",

 "Dtext" : "一个内置波浪动画的 UIView,里面有鱼跳跃水溅起来的效果。"

                   },

                   {

 "Dname" : "KYPingTransition",

 "Durl" : "https://github.com/KittenYang/KYPingTransition",

 "Dtext" : "实现圆圈放大放小的转场动画,可以根据自己的需要使用 Paper 中的弹性效果,有 Material 风格。"

                   },

                   {

 "Dname" : "KYNewtonCradleAnimiation",

 "Durl" : "https://github.com/KittenYang/KYNewtonCradleAnimiation",

 "Dtext" : "牛顿摆动画。"

                   },

                   {

 "Dname" : "LayerPlayer",

 "Durl" : "https://github.com/scotteg/LayerPlayer",

 "Dtext" : "一款全面展示核心动画 API 示例项目(上架应用)。包括 CALayer, CAScrollLayer, CATextLayer, AVPlayerLayer, CAGradientLayer, CAReplicatorLayer, CATiledLayer, CAShapeLayer, CAEAGLLayer, CATransformLayer, CAEmitterLayer 等使用的互动演示。 "

                   },

                   {

 "Dname" : "JGTransitionCollectionView]",

 "Durl" : "https://github.com/JayGajjar/JGTransitionCollectionView",

 "Dtext" : "swift,基于集合视图扩展实现完成自动布局及单元项 Flip式动画效果(效果很赞)。组件使用方便、自然(只需设置集合视图数据源的标准方式即可)。"

                   },

                   {

 "Dname" : "KYShareMenu",

 "Durl" : "https://github.com/KittenYang/KYShareMenu",

 "Dtext" : "带弹性动画的分享菜单。"

                   },

                   {

 "Dname" : "Context-Menu.iOS",

 "Durl" : "https://github.com/Yalantis/Context-Menu.iOS",

 "Dtext" : "可以为app的菜单添加漂亮的动画内容,可自定义icon,并可根据自己的喜好设计单元格和布局。"

                   },

                   {

 "Dname" : "DeformationButton",

 "Durl" : "https://github.com/LuciusLu/DeformationButton",

 "Dtext" : "一个简单的变换形状动画按钮。"

                   },

                   {

 "Dname" : "UnReadBubbleView",

 "Durl" : "https://github.com/heroims/UnReadBubbleView",

 "Dtext" : "UnReadBubbleView 是一个能够拖拽并拉长的气泡视图。拖拽到一定的长度会消失,可以通过系数设置来控制拖拽的长度。气泡也支持多种属性设置。 "

                   },

                   {

 "Dname" : "PPDragDropBadgeView",

 "Durl" : "https://github.com/smallmuou/PPDragDropBadgeView",

 "Dtext" : "实现了类似于QQ 5.0 水滴拖拽效果. 支持iOS 5.0+ ARC,气泡能够带有数字标识,同时支持消失block方法。消失时还带有消失效果动画。"

                   },

                   {

 "Dname" : "GiftCard-Implementation",

 "Durl" : "https://github.com/MartinRGB/GiftCard-Implementation",

 "Dtext" : "购买的炫酷动画。"

                   },

                   {

 "Dname" : "iCarousel",

 "Durl" : "https://github.com/nicklockwood/iCarousel",

 "Dtext" : "iCarousel 是一个类,它继承于UIView。用于简化实现各种类型的旋转木马(分页滚动视图),无限轮播 。"

                   },

                   {

 "Dname" : "iOS开发之多图片无缝滚动组件封装与使用",

 "Durl" : "http://www.cocoachina.com/ios/20150828/13198.html",

 "Dtext" : ""

                   },

                   {

 "Dname" : "KIPageView",

 "Durl" : "https://github.com/smartwalle/KIPageView",

 "Dtext" : "无限循环 PageView,横向 TableView,无限轮播。"

                   },

                   {

 "Dname" : "HotGirls",

 "Durl" : "https://github.com/zangqilong198812/HotGirls",

 "Dtext" : "卡片动画。"

                   },

                   {

 "Dname" : "tispr-card-stack",

 "Durl" : "https://github.com/tispr/tispr-card-stack",

 "Dtext" : "swift 卡片风格动画切换组件及完整交互示例。"

                   },

                   {

 "Dname" : "ZLSwipeableViewSwift",

 "Durl" : "https://github.com/zhxnlai/ZLSwipeableViewSwift",

 "Dtext" : "swift 卡片堆叠效果的实现"

                   },

                   {

 "Dname" : "Koloda",

 "Durl" : "https://github.com/Yalantis/Koloda",

 "Dtext" : "基于卡片的 Tinder-style 动画效果示例。精细绝人。"

                   },

                   {

 "Dname" : "QQPersonalInfoTransition",

 "Durl" : "https://github.com/zangqilong198812/QQPersonalInfoTransition",

 "Dtext" : "仿照 QQ 的转场。"

                   },

                   {

 "Dname" : "KYAnimatedPageControl",

 "Durl" : "https://github.com/KittenYang/KYAnimatedPageControl",

 "Dtext" : "除了滚动视图时 PageControl 会以动画的形式一起移动,点击目标页还可快速定位。支持两种样式:粘性小球和旋转方块。"

                   },

                   {

 "Dname" : "KDIntroView",

 "Durl" : "https://github.com/likedan/KDIntroView",

 "Dtext" : "swift 动态介绍视图框架及演示。另外两个相似的类库是 RazzleDazzle和 Presentation,择需使用。 "

                   },

                   {

 "Dname" : "RazzleDazzle",

 "Durl" : "https://github.com/IFTTT/RazzleDazzle",

 "Dtext" : "RazzleDazzle 是 IFTTT 开源的一个iOS帧动画框架,非常适用于APP初次使用时的介绍和引导信息。JazzHands 是 UIKit 一个简单的关键帧基础动画框架,可通过手势、scrollview、KVO等控制动画,被IFTTT应用在IFTTT for iPhone上。"

                   },

                   {

 "Dname" : "Presentation",

 "Durl" : "https://github.com/hyperoslo/Presentation",

 "Dtext" : "一个类似 RazzleDazzle 的框架。"

                   },

                   {

 "Dname" : "FillableLoaders",

 "Durl" : "https://github.com/poolqf/FillableLoaders",

 "Dtext" : "基于 CGPaths 可定制个性化填空式装载类库。附水波上涨式示例。"

                   },

                   {

 "Dname" : "SXWaveAnimate",

 "Durl" : "https://github.com/dsxNiubility/SXWaveAnimate",

 "Dtext" : "实现非常美观的灌水动画。"

                   },

                   {

 "Dname" : "LSPaomaView",

 "Durl" : "https://github.com/liusen001/LSPaomaView",

 "Dtext" : "可循环滚动的较长文字,跑马灯,效果很好,一句话集成。"

                   },

                   {

 "Dname" : "SIFloatingCollection_Swift",

 "Durl" : "https://github.com/ProudOfZiggy/SIFloatingCollection_Swift",

 "Dtext" : "可定制的 Apple Music 风格浮动形状动画组件及演示。"

                   },

                   {

 "Dname" : "Cheetah",

 "Durl" : "https://github.com/suguru/Cheetah",

 "Dtext" : "易用、高可读链式动画类库。"

                   },

                   {

 "Dname" : "CKWaveCollectionViewTransition",

 "Durl" : "https://github.com/CezaryKopacz/CKWaveCollectionViewTransition",

 "Dtext" : "swift, UICollectionViewController之间切换的动画。"

                   },

                   {

 "Dname" : "TKSubmitTransition",

 "Durl" : "https://github.com/entotsu/TKSubmitTransition",

 "Dtext" : "基于 UIButton 的登录加载、返回按钮转场动画组件及示例。 "

                   }

                   ],



 "WangLuoLianJie": [

            {

 "Dname" : "AFNetworking",

 "Durl" : "https://github.com/AFNetworking/AFNetworking",

 "Dtext" : "ASI 不升级以后,最多人用的网络连接开源库。"

            },

            {

 "Dname" : "iOS网络编程之AFNetworking使用",

 "Durl" : "http://www.superqq.com/blog/2014/11/07/ioswang-luo-bian-cheng-zhi-afnetworkingshi-yong/",

 "Dtext" : ""

            },

            {

 "Dname" : "iOS开发下载文件速度计算",

 "Durl" : "http://www.superqq.com/blog/2015/01/29/ioskai-fa-xia-zai-wen-jian-su-du-ji-suan/",

 "Dtext" : ""

            },

            {

 "Dname" : "Alamofire",

 "Durl" : "https://github.com/Alamofire/Alamofire",

 "Dtext" : "Alamofire 是 AFNetworking 的作者 mattt 新写的网络请求的 swift 库。 "

            },

            {

 "Dname" : "YTKNetwork",

 "Durl" : "https://github.com/yuantiku/YTKNetwork",

 "Dtext" : "是基于 AFNetworking 封装的 iOS网络库,提供了更高层次的网络访问抽象。相比AFNetworking,YTKNetwork提供了以下更高级的功能:按时间或版本号缓存网络请求内容、检查返回 JSON 内容的合法性、文件的断点续传、批量的网络请求发送、filter和插件机制等。"

            },

            {

 "Dname" : "LxFTPRequest",

 "Durl" : "https://github.com/DeveloperLx/LxFTPRequest",

 "Dtext" : "支持获取 FTP 服务器资源列表,下载/上传文件,创建/销毁 ftp 服务器文件/目录,以及下载断点续传,下载/上传进度,自动判断地址格式合法性跟踪等功能!"

            },

            {

 "Dname" : "HSDownloadManager",

 "Durl" : "https://github.com/HHuiHao/HSDownloadManager",

 "Dtext" : "HSDownloadManager,下载音乐、视频、图片各种资源,支持多任务、断点下载。"

            },

            {

 "Dname" : "MutableUploadDemo",

 "Durl" : "https://github.com/HHuiHao/MutableUploadDemo",

 "Dtext" : "模拟需求:图文混编,要求用户选择图片后就上传,可选择多图,并行上传,用户确定提交后后台执行,必须全部图片上传完才能提交文字。 "

            },

            {

 "Dname" : "WTRequestCenter",

 "Durl" : "https://github.com/swtlovewtt/WTRequestCenter",

 "Dtext" : "方便缓存的请求库,提供了方便的HTTP请求方法,传入请求url和参数,返回成功和失败的回调。 UIKit扩展提供了许多不错的方法,快速缓存图片,图片查看,缩放功能, 颜色创建,设备UUID,网页缓存,数据缓存等功能。 无需任何import和配置,目前实现了基础需求。"

            },

            {

 "Dname" : "MMWormhole",

 "Durl" : "https://github.com/mutualmobile/MMWormhole",

 "Dtext" : "Message passing between iOS apps and extensions 2个 iOS 设备之间通信。  "

            },

            {

 "Dname" : "socket.io-client-swift",

 "Durl" : "https://github.com/socketio/socket.io-client-swift",

 "Dtext" : "WebSockect 客户端类库。开放的通讯协议,有利于构建强大地跨平台应用。 "

            },

            {

 "Dname" : "Transporter",

 "Durl" : "https://github.com/nghialv/Transporter",

 "Dtext" : "swift, 短小、精悍、易用的多文件(并发或顺序)上传和下载传输库。还支持后台运行、传输进程跟踪、暂停/续传/取消/重试控制等功能。 "

            },

            {

 "Dname" : "STNetTaskQueue",

 "Durl" : "https://github.com/kevin0571/STNetTaskQueue",

 "Dtext" : "STNetTaskQueue Objective-C 可扩展网络请求管理库。"

            },

            {

 "Dname" : "CocoaAsyncSocket",

 "Durl" : "https://github.com/robbiehanson/CocoaAsyncSocket",

 "Dtext" : "在 iOS 开发中使用 socket,一般都是用第三方库AsyncSocket,不得不承认这个库确实很强大。"

            },

            {

 "Dname" : "GCDAsyncSocket Demo",

 "Durl" : "https://github.com/eugenehp/GCDAsyncSocket",

 "Dtext" : ""

            },

            {

 "Dname" : "Just",

 "Durl" : "https://github.com/JustHTTP/Just",

 "Dtext" : "小而美的 HTTP 类。功能简单、直接、完整且健壮性高 -swift。"

            },

            {

 "Dname" : "Future",

 "Durl" : "https://github.com/nghialv/Future",

 "Dtext" : "基于微框架设计思想的异步执行及结果响应类,代码即简单又干净 -swift。 "

            },

            {

 "Dname" : "MZDownloadManager",

 "Durl" : "https://github.com/mzeeshanid/MZDownloadManager",

 "Dtext" : "下载管理。"

            },

            {

 "Dname" : "DVR",

 "Durl" : "https://github.com/venmo/DVR",

 "Dtext" : "针对网络请求的测试框架,超实用的工具。且支持 iOS, OSX, watchOS 全平台。"

            },

            {

 "Dname" : "HFDownLoad",

 "Durl" : "https://github.com/hongfenglt/HFDownLoad",

 "Dtext" : "iOS 开发网络篇之文件下载、大文件下载、断点下载: NSData 方式、NSURLConnection 方式、NSURLSession 下载方式 "

            }

            ],


 "WangLuoCeShi" :[

                     {

 "Dname" : "Reachability",

 "Durl" : "https://github.com/tonymillion/Reachability",

 "Dtext" : "苹果提供过一个 Reachability 类,用于检测网络状态。但是该类由于年代久远,并不支持ARC。该项目旨在提供一个苹果的 Reachability 类的替代品,支持 ARC 和 block 的使用方式。"

                     },

                     {

 "Dname" : "iOS网络监测如何区分2、3、4G",

 "Durl" : "http://www.jianshu.com/p/efcfa3c87306",

 "Dtext" : ""

                     },

                     {

 "Dname" : "SimpleCarrie",

 "Durl" : "https://github.com/crazypoo/SimpleCarrie",

 "Dtext" : "简单的运营商信息获取!。"

                     },

                     {

 "Dname" : "NetReachabilit",

 "Durl" : "https://github.com/crazypoo/SimpleCarrie",

 "Dtext" : "swift2.0 简单的方法检查网络连接的连通性,提供通知中心集成接口。 "

                     }

                     ],


 "TuXiangHuoQu" :[

                     {

 "Dname" : "SDWebImage",

 "Durl" : "https://github.com/rs/SDWebImage",

 "Dtext" : "SDWebImage 网络图片获取及缓存处理。"

                     },

                     {

 "Dname" : "Kingfisher",

 "Durl" : "https://github.com/onevcat/Kingfisher",

 "Dtext" : "纯 Swift 实现的类 SDWebImage 库,实现了异步下载和缓存图片。"

                     },

                     {

 "Dname" : "KFSwiftImageLoader",

 "Durl" : "https://github.com/kiavashfaisali/KFSwiftImageLoader",

 "Dtext" : "Swift,一个图像缓存加载库。 "

                     },

                     {

 "Dname" : "FastImageCache",

 "Durl" : "https://github.com/path/FastImageCache",

 "Dtext" : "FastImageCache 网络图片获取及缓存处理。"

                     },

                     {

 "Dname" : "iOS图片加载速度极限优化—FastImageCache解析",

 "Durl" : "http://www.imooc.com/wenda/detail/247239",

 "Dtext" : ""

                     },

                     {

 "Dname" : "EGOCache",

 "Durl" : "https://github.com/enormego/EGOCache",

 "Dtext" : "十分知名的第三方缓存类库,可以缓存NSString、UIImage、NSImage以及NSData。除此,如果还可以缓存任何一个实现了接口的对象。所有缓存的数据都可以自定义过期的时间,默认是1天。EGOCache 支持多线程(thread-safe)。"

                     },

                     {

 "Dname" : "UITableView加载多张照片导致内存上涨的问题",

 "Durl" : "http://www.superqq.com/blog/2014/11/06/ioskai-fa-:uitableviewjia-zai-duo-zhang-zhao-pian-dao-zhi-nei-cun-shang-zhang-de-wen-ti/",

 "Dtext" : ""

                     }

                     ],


 "WangLuoLiaoTian" : [

                        {

 "Dname" : "XMPPFramework",

 "Durl" : "https://github.com/robbiehanson/XMPPFramework",

 "Dtext" : "XMPPFramework openfire 聊天。"

                        },

                        {

 "Dname" : "SXTheQQ",

 "Durl" : "https://github.com/dsxNiubility/SXTheQQ",

 "Dtext" : "用 xmppFramework 框架编写 QQ 程序,主要为了练习通讯的一些原理,界面比较渣 必须要先在本地配置好环境才可以运行。 "

                        },

                        {

 "Dname" : "环信",

 "Durl" : "http://www.easemob.com/",

 "Dtext" : "给开发者更稳定IM云功能。8200万用户考验,好用!"

                        },

                        {

 "Dname" : "融云",

 "Durl" : "http://www.rongcloud.cn/",

 "Dtext" : "即时通讯云服务提供商。"

                        },

                        {

 "Dname" : "容联云通讯",

 "Durl" : "http://www.yuntongxun.com",

 "Dtext" : "提供基于互联网通话,视频会议,呼叫中心/IVR,IM等通讯服务。 "

                        },

                        {

 "Dname" : "chatsecure",

 "Durl" : "https://github.com/ChatSecure/ChatSecure-iOS",

 "Dtext" : "基于 XMPP 的 iphone、android 加密式聊天软件。"

                        },

                        {

 "Dname" : "chatsecure官网",

 "Durl" : "https://chatsecure.org/",

 "Dtext" : ""

                        },

                        {

 "Dname" : "MessageDisplayKit",

 "Durl" : "https://github.com/xhzengAIB/MessageDisplayKit",

 "Dtext" : "仿微信聊天,参考 JSQMessagesViewController。(国人写)"

                        },

                        {

 "Dname" : "JSQMessagesViewController",

 "Durl" : "https://github.com/jessesquires/JSQMessagesViewController",

 "Dtext" : "气泡聊天界面。"

                        },

                        {

 "Dname" : "SunFlower",

 "Durl" : "https://github.com/HanYaZhou1990/-SunFlower",

 "Dtext" : "环信聊天 demo,比较多功能。"

                        },

                        {

 "Dname" : "BlueTalk蓝牙聊天",

 "Durl" : "http://code4app.com/ios/BlueTalk%E8%93%9D%E7%89%99%E8%81%8A%E5%A4%A9-%E6%89%8B%E6%9C%BA%E4%B9%8B%E9%97%B4/552b8190933bf0291e8b4748",

 "Dtext" : "以 MultipeerConnectivity 为基础, 实现了简单的蓝牙聊天。"

                        }

                        ],


 "WebView" : [

                {

 "Dname" : "MGTemplateEngine",

 "Durl" : "https://github.com/mattgemmell/MGTemplateEngine",

 "Dtext" : "MGTemplateEngine 比较象 PHP 中的 Smarty、FreeMarker 和 Django 的模版引擎,是一个轻量级的引擎,简单好用。只要设置很多不同的HMTL模版,就能轻松的实现一个View多种内容格式的显示,对于不熟悉 HTML 或者减轻工作量而言,把这些工作让设计分担一下还是很好的,也比较容易实现设计想要的效果。 "

                },

                {

 "Dname" : "NJKWebViewProgress",

 "Durl" : "https://github.com/ninjinkun/NJKWebViewProgress",

 "Dtext" : "一个 UIWebView 的进度条接口库,UIWebView 本身是不提供进度条的。  "

                },

                {

 "Dname" : "GTMNSString-HTML",

 "Durl" : "https://github.com/siriusdely/GTMNSString-HTML",

 "Dtext" : "谷歌开源的用于过滤 HTML 标签。 "

                }

                ],



 "Model": [

              {

 "Dname" : "JSONKit",

 "Durl" : "https://github.com/johnezang/JSONKit",

 "Dtext" : "JSONKit库是非常简单易用而且效率又比较高的,重要的 JSONKit 适用于 ios 5.0以下的版本,使用JSONKit库来解析json文件,只需要下载 JSONKit.h 和 JSONKit.m 添加到工程中;然后加入 libz.dylib 即可。 "

              },

              {

 "Dname" : "JSONModel",

 "Durl" : "https://github.com/icanzilb/JSONModel",

 "Dtext" : "解析服务器返回的 Json 数据的库"

              },

              {

 "Dname" : "JSONModel源码解析",

 "Durl" : "http://www.jianshu.com/p/3d795ea37835",

 "Dtext" : ""

              },

              {

 "Dname" : "Mantle",

 "Durl" : "https://github.com/Mantle/Mantle",

 "Dtext" : "Mantle 主要用来将 JSON 数据模型化为 OC 对象, 大系统中使用。"

              },

              {

 "Dname" : "为什么选择Mantle",

 "Durl" : "http://www.iwangke.me/2014/10/13/Why-Changba-iOS-choose-Mantle/",

 "Dtext" : ""

              },

              {

 "Dname" : "RFJModel",

 "Durl" : "https://github.com/refusebt/RFJModel",

 "Dtext" : "RFJModel 是一个 iOS 类库,可以将 JSON 字典自动装填到 OBJC 对象。相比 JSONModel 有一些非常好的特性,使用上也比较简单。 "

              },

              {

 "Dname" : "XMLDictionary",

 "Durl" : "https://github.com/nicklockwood/XMLDictionary",

 "Dtext" : "iOS 与Mac OS 平台下 XML 与 NSDictionary 相互转化开源类库。"

              },

              {

 "Dname" : "MJExtension",

 "Durl" : "https://github.com/CoderMJLee/MJExtension",

 "Dtext" : "用于 json 转 model 进行使用,转换效率很高,使用也比较简单,只要前后台约定好,json 直接就转成了 model。 "

              },

              {

 "Dname" : "CFRuntime",

 "Durl" : "https://github.com/CoderMJLee/MJExtension",

 "Dtext" : "Swift 版的 MJExtension,运行时、反射与一键字典模型互转。"

              },

              {

 "Dname" : "DDModel",

 "Durl" : "https://github.com/openboy2012/DDModel",

 "Dtext" : "快速搭建项目 Model 层,支持 ORM 映射关系,能从 JSON/XML 直接实例一个 Model 对象。支持SQLite 本地数据持久化,封装了HTTP, 减少HTTP代码与UIViewController的代码耦合,支持Cache;类似RESTKit、Mantle的功能;使用该类库以后简化了网络层的开发工作,把更多的精力放在UI上面;目前只支持GET/POST方法的请求。使用到的第三方库有:1.SQLitePersistentObject; 2.JTObjectMapping; 3.AFNetworking; 4.XMLDictionary; "

              },

              {

 "Dname" : "protobuf-swift",

 "Durl" : "https://github.com/alexeyxo/protobuf-swift",

 "Dtext" : "Protocol Buffers 的 Swift 语言实现库。P.S. Protocol Buffers 是 Google 开源项目,主要功能是实现直接序列化结构化的对象数据,方便跨平台快速传递,开发者也可以直接修改 protobuf 中的数据。相比 XML 和JSON,protobuf 解析更快,存储更小。 "

              },

              {

 "Dname" : "JSONCodable",

 "Durl" : "https://github.com/matthewcheok/JSONCodable",

 "Dtext" : "基于 Swift 2.0 新特性(Protocol Extensions and Error Handling)的JSON 解析类。 "

              },

              {

 "Dname" : "SwiftyJSON",

 "Durl" : "https://github.com/SwiftyJSON/SwiftyJSON",

 "Dtext" : "使 Swift 的 JSON 解析变得简单。 "

              }

              ],

 "QiTa": [

             {

 "Dname" : "DateTimeKit",

 "Durl" : "https://github.com/exsortis/DateTimeKit",

 "Dtext" : "一个超赞的时间处理的库,Joda-Time ! 他能帮你轻松处理时区,处理时间加减,计算到期时间等等场景下的问题。"

             },

             {

 "Dname" : "SwiftDate",

 "Durl" : "https://github.com/malcommac/SwiftDate",

 "Dtext" : "特别完整、强大的日期时间操作管理类库。它几乎涵盖了已知开源日期类库所有优秀特性。 他能帮你轻松处理时区,处理时间加减,计算到期时间等等场景下的问题。"

             },

             {

 "Dname" : "iOS私有API",

 "Durl" : "https://github.com/nst/iOS-Runtime-Headers",

 "Dtext" : "私有 API,绿色 == public,红色 == private,蓝色 == dylib。"

             },

             {

 "Dname" : "libfacedetection",

 "Durl" : "https://github.com/ShiqiYu/libfacedetection",

 "Dtext" : "C++ 人脸识别 包含正面和多视角人脸检测两个算法.优点:速度快(OpenCV haar+adaboost的2-3倍), 准确度高 (FDDB非公开类评测排名第二),能估计人脸角度。  "

             },

             {

 "Dname" : "Slidden",

 "Durl" : "https://github.com/Brimizer/Slidden",

 "Dtext" : "一个老外开源的开发自定义键盘的库,利用这个开源库,可以方便的配置键位、颜色以及键位对应的图片。 "

             },

             {

 "Dname" : "TPKeyboardAvoiding",

 "Durl" : "https://github.com/michaeltyson/TPKeyboardAvoiding",

 "Dtext" : "用户键盘弹出自动计算高度,进行屏幕滚动操作。"

             },

             {

 "Dname" : "CDPMonitorKeyboard",

 "Durl" : "http://d.cocoachina.com/code/detail/298267",

 "Dtext" : "CDPMonitorKeyboard 封装,可以解决输入视图(例如textField,textView等)被键盘覆盖问题,并可设置高于键盘多少。  "

             },

             {

 "Dname" : "自动监听键盘高度",

 "Durl" : "http://code.cocoachina.com/detail/297973/%E8%87%AA%E5%8A%A8%E7%9B%91%E5%90%AC%E9%94%AE%E7%9B%98%E9%AB%98%E5%BA%A6/",

 "Dtext" : "自动监听键盘高度,初始界面,输入框在屏幕最下方,当键盘出现时,输入框随即移动到键盘上方。 "

             },

             {

 "Dname" : "SYKeyboardTextField",

 "Durl" : "https://github.com/441088327/SYKeyboardTextField",

 "Dtext" : "SYKeyboardTextField 是一个轻巧,简单,非侵入式的键盘附随输入框! 采用Swift编写。"

             },

             {

 "Dname" : "BlocksKit",

 "Durl" : "https://github.com/zwaldowski/BlocksKit",

 "Dtext" : "block 框架,为 OC 常用类提供了强大的 Block 语法支持,使得编写 OC 代码变得舒适、快速、优雅。"

             },

             {

 "Dname" : "KVOController",

 "Durl" : "https://github.com/facebook/KVOController",

 "Dtext" : "在项目中有使用 KVO ,那么 KVOController 绝对是个好选择。它是 facebook 开源的一个 KVO 增强框架。 "

             },

             {

 "Dname" : "appirater",

 "Durl" : "https://github.com/arashpayan/appirater",

 "Dtext" : "用于提醒用户给你的 APP 打分的工具。"

             },

             {

 "Dname" : "MotionKitr",

 "Durl" : "https://github.com/MHaroonBaig/MotionKitr",

 "Dtext" : "为核心运动框架(The Core Motion framework)提供友好的类库封装,以更方便使用三轴陀螺仪和加速感应器特性。"

             },

             {

 "Dname" : "Review Monitor",

 "Durl" : "https://launchkit.io/reviews/",

 "Dtext" : "第一时间自动推送 Apple Store 的用户评论到你的邮件箱或者 Slack,第一时间跟进用户反馈,打造优秀 App 必备工具!类似的有:App annie 的类似功能。"

             },

             {

 "Dname" : "WBWebViewConsole",

 "Durl" : "https://github.com/Naituw/WBWebViewConsole",

 "Dtext" : "类似微博 iPhone 客户端的 “调试选项” 吗?把其中的 “内置浏览器网页调试” 开源在 Github 上了。"

             },

             {

 "Dname" : "ios-good-practices",

 "Durl" : "https://github.com/futurice/ios-good-practices",

 "Dtext" : "ios-good-practices iOS 开发最佳实践。 "

             },

             {

 "Dname" : "iOS开发最佳实践",

 "Durl" : "http://ios.jobbole.com/81830/",

 "Dtext" : "iOS 开发最佳实践 -- 中文。"

             },

             {

 "Dname" : "TodayExtensionSharingDefaults",

 "Durl" : "http://code.cocoachina.com/detail/232160",

 "Dtext" : "TodayExtensionSharingDefaults是一个 iOS 8 Today 扩展示例,可以使用 NSUserDefaults 与其containing app 分享数据。"

             },

             {

 "Dname" : "QRCodeReader.swift",

 "Durl" : "https://github.com/yannickl/QRCodeReader.swift",

 "Dtext" : "QRCodeReader.swift 一款简单的 QR 二维码阅读组件及示例,提供前后相机切换功能。"

             },

             {

 "Dname" : "QRCatcher",

 "Durl" : "https://github.com/100mango/QRCatcher",

 "Dtext" : "一个简洁美观的二维码扫描应用。"

             },

             {

 "Dname" : "iOS学习:AVFoundation 视频流处理--二维码扫描",

 "Durl" : "https://github.com/100mango/zen/blob/master/iOS%E5%AD%A6%E4%B9%A0%EF%BC%9AAVFoundation%20%E8%A7%86%E9%A2%91%E6%B5%81%E5%A4%84%E7%90%86/iOS%E5%AD%A6%E4%B9%A0%EF%BC%9AAVFoundation%20%E8%A7%86%E9%A2%91%E6%B5%81%E5%A4%84%E7%90%86%20.md",

 "Dtext" : ""

             },

             {

 "Dname" : "Parsimmon",

 "Durl" : "https://github.com/ayanonagon/Parsimmon",

 "Dtext" : "swift,小而美的语言学类库封装工具包。提供分词、标记词性、词形归并、朴素贝页斯分类、决策树等自然语言分析小工具。P.S. 英语分词效果好于中文,感兴趣的同学可以针对中文做一些优化开发。"

             },

             {

 "Dname" : "Password-keyboard",

 "Durl" : "https://github.com/liuchunlao/Password-keyboard",

 "Dtext" : "随机变换数字位置的密码键盘。 模仿银行类应用在付款时输入的随机密码键盘。"

             },

             {

 "Dname" : "MKMapView-Extension",

 "Durl" : "https://github.com/SemperIdem/MKMapView-Extension",

 "Dtext" : "这是关于 MKMapView 写的一个基于 swift 的扩展,可以扩展 MKMapView 的相关功能,减少复用代码量。"

             },

             {

 "Dname" : "SemverKit",

 "Durl" : "https://github.com/nomothetis/SemverKit",

 "Dtext" : "针对符合『语义化版本规范 2.0.0』版本号的解析、比较运算类库。不仅支持 Major, Minor, Patch,还支持 Alpha 和 Beta 预发布版本,以及相应地递增运算扩展。 "

             },

             {

 "Dname" : "SwiftValidator",

 "Durl" : "https://github.com/jpotts18/SwiftValidator",

 "Dtext" : "基于规则的输入验证类库。项目良好的面向对象设计思想,使规则的扩展及自定义非常方便。更专业的规则引擎(甚至是基于自然语言的规则配置)解决方案,比如:开源的 Drools,商用的 ILOG 等。"

             },

             {

 "Dname" : "Tesseract-OCR-iOS",

 "Durl" : "https://github.com/gali8/Tesseract-OCR-iOS",

 "Dtext" : "有关 OCR 文字识别项目。"

             },

             {

 "Dname" : "Screenotate",

 "Durl" : "https://github.com/osnr/Screenotate",

 "Dtext" : "支持 OCR 文字识别的载屏笔记 Mac 完整应用。"

             },

             {

 "Dname" : "iOS-Categories",

 "Durl" : "https://github.com/shaojiankui/IOS-Categories",

 "Dtext" : "收集了许多有助于开发的iOS扩展,各种 category。"

             },

             {

 "Dname" : "Olla4iOS",

 "Durl" : "https://github.com/nonstriater/Olla4iOS",

 "Dtext" : "过去积累的一些方便复用的类和方法,还在整理中。"

             },

             {

 "Dname" : "DKNightVersion",

 "Durl" : "https://github.com/Draveness/DKNightVersion",

 "Dtext" : "用最快的方式给你的应用加上夜间和白天的切换效果。 "

             },

             {

 "Dname" : "TouchVisualizer",

 "Durl" : "https://github.com/morizotter/TouchVisualizer",

 "Dtext" : "实用的多点触摸可视化组件。扩展并作用于 UIWindows,结构上提供了简单地针对触摸显示定制,比如触摸点的颜色。"

             },

             {

 "Dname" : "RegexKitLite",

 "Durl" : "https://github.com/wezm/RegexKitLite",

 "Dtext" : "用来处理正则表达式。 "

             },

             {

 "Dname" : "XcodeServerSDK",

 "Durl" : "https://github.com/czechboy0/XcodeServerSDK",

 "Dtext" : "非官方 Xcode Server SDK 封装库。 P.S. 该 SDK 分离自之前推荐的由该作者开发的自动测试框架。"

             },

             {

 "Dname" : "Buildasaur",

 "Durl" : "https://github.com/czechboy0/Buildasaur",

 "Dtext" : ""

             },

             {

 "Dname" : "BFKit-Swift",

 "Durl" : "https://github.com/FabrizioBrancati/BFKit-Swift",

 "Dtext" : "BFKit-Swift 这套工具库可以提高应用开发效率。  "

             },

             {

 "Dname" : "CKSIncrementalStore",

 "Durl" : "https://github.com/CloudKitSpace/CKSIncrementalStore",

 "Dtext" : "基于 CloudKit 服务器实现多终端数据同步。"

             },

             {

 "Dname" : "SwiftSequence",

 "Durl" : "https://github.com/oisdk/SwiftSequence",

 "Dtext" : "简洁、灵活、多变的操作 SequenceType 的类库(基于微框架(μframework)设计思想)。"

             },

             {

 "Dname" : "IDNFeedParser",

 "Durl" : "https://github.com/photondragon/IDNFeedParser",

 "Dtext" : "一个简单易用的 RSS 解析库。"

             },

             {

 "Dname" : "CoreUmeng",

 "Durl" : "https://github.com/nsdictionary/CoreUmeng",

 "Dtext" : "简单:友盟分享封装。"

             },

             {

 "Dname" : "openshare",

 "Durl" : "https://github.com/100apps/openshare",

 "Dtext" : "不用官方 SDK,利用社交软件移动客户端(微信/QQ/微博/人人/支付宝)分享/登录/支付。"

             },

             {

 "Dname" : "Swifternalization",

 "Durl" : "https://github.com/tomkowz/Swifternalization",

 "Dtext" : "一套实用的本地化工具库。使用教程及 API 文档完整。值得收入项目的“轮子”。"

             },

             {

 "Dname" : "apous",

 "Durl" : "https://github.com/owensd/apous",

 "Dtext" : "一款有趣的 Swift 应用 - 让 Swift 成为脚本语言。"

             },

             {

 "Dname" : "Mirror",

 "Durl" : "https://github.com/kostiakoval/Mirror",

 "Dtext" : "通过反射(Refection)实现镜像对象封装库。从而可以更轻松获取(或输出)对象属性名、类型及值变量。"

             },

             {

 "Dname" : "Proposer",

 "Durl" : "https://github.com/nixzhu/Proposer",

 "Dtext" : "Proposer 用单个 API 处理 iOS 上的权限请求,以便使用前确认可访问“相册”、“相机”、“麦克风”、“通讯录”或“用户位置”。 "

             },

             {

 "Dname" : "PermissionScope",

 "Durl" : "https://github.com/nickoneill/PermissionScope",

 "Dtext" : "用这个库可以在询问用户前,就告知用户所需的系统权限,为用户带来更好的体验。接受度更高—>更多活跃用户->更高的留存率->数据更好->下载率更高。 "

             },

             {

 "Dname" : "LocationManager",

 "Durl" : "https://github.com/intuit/LocationManager",

 "Dtext" : "CoreLocation 使用起来还是比较麻烦的,需要授权,判断系统版本等等,所以推荐使用第三方框架LocationManager,使用 Block,十分简单!"

             },

             {

 "Dname" : "iOS-CoreLocation:无论你在哪里,我都要找到你!",

 "Durl" : "http://www.cocoachina.com/ios/20150721/12611.html",

 "Dtext" : ""

             },

             {

 "Dname" : "pangu.objective-c",

 "Durl" : "https://github.com/Cee/pangu.objective-c",

 "Dtext" : "有多种语言实现版本~ Pangu.Objective-C:格式化中英文之间的空格(OC)。"

             },

             {

 "Dname" : "objection",

 "Durl" : "https://github.com/atomicobject/objection",

 "Dtext" : "一个轻量级的依赖注入框架 Objection。"

             },

             {

 "Dname" : "ControlOrientation",

 "Durl" : "https://github.com/johnlui/Swift-On-iOS/tree/master/ControlOrientation/ControlOrientation",

 "Dtext" : "如何用代码控制以不同屏幕方向打开新页面 iOS。"

             },

             {

 "Dname" : "iRate",

 "Durl" : "https://github.com/nicklockwood/iRate",

 "Dtext" : "问卷调查。"

             },

             {

 "Dname" : "GameCenterManager",

 "Durl" : "https://github.com/nihalahmed/GameCenterManager",

 "Dtext" : "在 iOS 上管理 GameCenter vanilla 并不算难,但是有了这个库会更简单也更快。好上加好不是更好么。"

             },

             {

 "Dname" : "SlackTextViewController",

 "Durl" : "https://github.com/slackhq/SlackTextViewController",

 "Dtext" : "用作极佳、定制的文本输入控制时,自适应文本区域,手势识别、自动填充、多媒体合并,快速 drop-in 解决方案。"

             },

             {

 "Dname" : "IAPHelper",

 "Durl" : "https://github.com/saturngod/IAPHelper",

 "Dtext" : "应用内付费给我们提供了很多样本代码,而这个库丢掉了那些代码,将金钱交易相关的大多通用任务做了简单的封装。"

             },

             {

 "Dname" : "TAPromotee",

 "Durl" : "https://github.com/JanC/TAPromotee",

 "Dtext" : "交叉推广应用是你可以免费实现的最佳市场推广策略之一。使用这个库做起来非常简单,不用都不可能——将TAPromotee加入你的 podfile 中,免费配置与享受更多下载吧。"

             },

             {

 "Dname" : "DownloadFontOnline",

 "Durl" : "https://github.com/cgwangding/DownloadFontOnline",

 "Dtext" : "实现了在线下载一些字体的功能,不用在工程中导入字体库,下载的字体也不会保存在你的应用中,所以可以放心使用。修复了一下崩溃的 bug。"

             },

             {

 "Dname" : "STClock",

 "Durl" : "https://github.com/zhenlintie/STClock",

 "Dtext" : "仿锤子时钟。"

             },

             {

 "Dname" : "GitUp",

 "Durl" : "https://github.com/git-up/GitUp",

 "Dtext" : "GitUp 是一个可视化的Git客户端,能够实时的进行编辑、合并、回滚等多种操作,更多功能,请下载体验。 "

             },

             {

 "Dname" : "获取联系人信息,通讯录",

 "Durl" : "http://code.cocoachina.com/detail/320392/",

 "Dtext" : " 获取联系人信息,通讯录。 "

             },

             {

 "Dname" : "Universal-Jump-ViewController",

 "Durl" : "https://github.com/HHuiHao/Universal-Jump-ViewController",

 "Dtext" : "根据规则跳转到指定的界面(runtime 实用篇一)。 "

             }

             ],


 "ShuJuKu": [

                {

 "Dname" : "FMDB",

 "Durl" : "https://github.com/ccgus/fmdb",

 "Dtext" : "sqlite 的工具。"

                },

                {

 "Dname" : "多线程FMDatabaseQueue实例",

 "Durl" : "https://github.com/tangqiaoboy/FmdbSample",

 "Dtext" : ""

                },

                {

 "Dname" : "FMDB数据库的使用演示和封装工具类",

 "Durl" : "https://github.com/liuchunlao/LVDatabaseDemo",

 "Dtext" : ""

                },

                {

 "Dname" : "GXDatabaseUtils",

 "Durl" : "https://github.com/Gerry1218/GXDatabaseUtils",

 "Dtext" : "在 FMDB 基础上的工具。"

                },

                {

 "Dname" : "realm-cocoa",

 "Durl" : "https://github.com/realm/realm-cocoa",

 "Dtext" : "Realm 是一个真正为移动设备打造的数据库,同时支持 Objective-C和Swfit。Realm 宣称其相比Sqlite,在移动设备上有着更好的性能表现。"

                },

                {

 "Dname" : "Breeze",

 "Durl" : "https://github.com/andrelind/Breeze",

 "Dtext" : "用 Swift 写的一个轻量级的 CoreData 管理工具,并且还支持 iCloud。"

                },

                {

 "Dname" : "AlecrimCoreData",

 "Durl" : "https://github.com/Alecrim/AlecrimCoreData",

 "Dtext" : "Swift,更容易地访问 CoreData 对象封装类库。除了 CRUD,还提供指针定位,强大的排序、筛选,异步数据获取,以及独立线程后台存取数据。"

                },

                {

 "Dname" : "CoreStore",

 "Durl" : "https://github.com/JohnEstropia/CoreStore",

 "Dtext" : "Core Data 管理类库。其中事务管理及查询是其比较大的亮点,整套 API 功能完整。 "

                },

                {

 "Dname" : "MagicRecord",

 "Durl" : "https://github.com/magicalpanda/MagicalRecord",

 "Dtext" : "MagicalRecord 就像是给 Core Data 提供了一层外包装,隐藏掉所有不相关的东西。 其中事务管理及查询是其比较大的亮点,整套 API 功能完整。 "

                },

                {

 "Dname" : "Presentation",

 "Durl" : "https://github.com/hyperoslo/Presentation",

 "Dtext" : "重量级好项目 Presentation,它可以方便你制作定制的动画式教程、Release Notes、个性化演讲稿等。"

                },

                {

 "Dname" : "CoreValue",

 "Durl" : "https://github.com/terhechte/CoreValue",

 "Dtext" : "Swift 2 版 Core Data 封装库。"

                },

                {

 "Dname" : "SQLCipher",

 "Durl" : "https://github.com/sqlcipher/sqlcipher",

 "Dtext" : "SQLCipher 使用 256-bit AES 加密,SQLCipher 分为收费版本和免费版本。"

                },

                {

 "Dname" : "加密你的SQLite",

 "Durl" : "http://foggry.com/blog/2014/05/19/jia-mi-ni-de-sqlite/",

 "Dtext" : "各种 sqlite 数据库加密介绍。"

                },

                {

 "Dname" : "SQLCipherDemo下载",

 "Durl" : "http://download.csdn.net/detail/wzzvictory_tjsd/7379055",

 "Dtext" : ""

                }

                ],


 "HuanChunChuLi": [

                      {

 "Dname" : "YTKKeyValueStore",

 "Durl" : "https://github.com/yuantiku/YTKKeyValueStore",

 "Dtext" : "Key-Value 存储工具类。"

                      },

                      {

 "Dname" : "TMCache",

 "Durl" : "https://github.com/tumblr/TMCache",

 "Dtext" : "TMCache 是 Tumblr 开源的一个基于 key/value 的数据缓存类库,可以用于缓存一些临时数据或者需要频繁加载的数据,比如某些下载的数据或者一些临时处理结果。"

                      },

                      {

 "Dname" : "JLKeychain",

 "Durl" : "https://github.com/jl322137/JLKeychain",

 "Dtext" : "快捷使用 keychain 存储数据的类,使 keychain 像 NSUserDefaults 一样工作。"

                      },

                      {

 "Dname" : "sskeychain",

 "Durl" : "https://github.com/soffes/sskeychain",

 "Dtext" : "SSKeyChains 对苹果安全框架API进行了简单封装,支持对存储在钥匙串中密码、账户进行访问,包括读取、删除和设置。"

                      },

                      {

 "Dname" : "KeychainAccess",

 "Durl" : "https://github.com/kishikawakatsumi/KeychainAccess",

 "Dtext" : "管理 Keychain 接入的小助手。"

                      }

                      ],


 "PDF": [

         {

 "Dname" : "Reader",

 "Durl" : "https://github.com/vfr/Reader",

 "Dtext" : "Reader 可提供类似 iBooks 的文档导航,支持屏幕旋转和所有方向,并通过密码保护加密 PDF 文件,支持 PDF 链接和旋转页面。"

         }

         ],


 "TuXiangLiuLanJiChuLi": [

                 {

 "Dname" : "FLAnimatedImage",

 "Durl" : "https://github.com/liric28/FLAnimatedImage",

 "Dtext" : "gif 播放处理的工具。 "

                 },

                 {

 "Dname" : "CLImageEditor",

 "Durl" : "https://github.com/yackle/CLImageEditor",

 "Dtext" : "超强的图片编辑库,快速帮你实现旋转,防缩,滤镜等等一系列麻烦的事情。"

                 },

                 {

 "Dname" : "ios-image-filters",

 "Durl" : "https://github.com/esilverberg/ios-image-filters",

 "Dtext" : "图像滤镜,库比较旧了,很容易崩溃。 "

                 },

                 {

 "Dname" : "XBImageFilters",

 "Durl" : "https://github.com/xissburg/XBImageFilters",

 "Dtext" : "图像滤镜。"

                 },

                 {

 "Dname" : "VIPhotoView",

 "Durl" : "https://github.com/vitoziv/VIPhotoView",

 "Dtext" : "用于展示图片的工具类,因为是个 View,所以你可以放在任何地方显示。支持旋转,双击指定位置放大等。"

                 },

                 {

 "Dname" : "MWPhotoBrowser",

 "Durl" : "https://github.com/mwaterfall/MWPhotoBrowser",

 "Dtext" : "一个非常不错的照片浏览器,在github的star接近3000个。"

                 },

                 {

 "Dname" : "解决MWPhotoBrowser中的SDWebImage加载大图导致的内存警告问题。",

 "Durl" : "http://www.superqq.com/blog/2015/01/22/jie-jue-mwphotobrowserzhong-de-sdwebimagejia-zai-da-tu-dao-zhi-de-nei-cun-jing-gao-wen-ti/",

 "Dtext" : ""

                 },

                 {

 "Dname" : "core-image-explorer",

 "Durl" : "https://github.com/objcio/issue-21-core-image-explorer",

 "Dtext" : "Core Image 滤镜处理图片 -swift"

                 },

                 {

 "Dname" : "Core Image 介绍",

 "Durl" : "http://objccn.io/issue-21-6/",

 "Dtext" : ""

                 },

                 {

 "Dname" : "CoreImageShop",

 "Durl" : "https://github.com/rFlex/CoreImageShop",

 "Dtext" : "CoreImageShop 图片滤镜处理-- Mac app that let you create a complete Core Image Filter usable on iOS using SCRecorder。"

                 },

                 {

 "Dname" : "GPUImage",

 "Durl" : "https://github.com/BradLarson/GPUImage",

 "Dtext" : "处理图片效果。"

                 },

                 {

 "Dname" : "RSKImageCropper",

 "Durl" : "https://github.com/ruslanskorb/RSKImageCropper",

 "Dtext" : "适用于 iOS 的图片裁剪器,类似 Contacts app,可上下左右移动图片选取最合适的区域。"

                 },

                 {

 "Dname" : "WZRecyclePhotoStackView",

 "Durl" : "http://code.cocoachina.com/detail/232156",

 "Dtext" : "删除照片交互--WZRecyclePhotoStackView,就是模拟生活中是删除或保留犹豫不决的情形而产生的。"

                 },

                 {

 "Dname" : "TimingFunctionEditor",

 "Durl" : "https://github.com/schwa/TimingFunctionEditor",

 "Dtext" : "TimingFunctionEditor 用 swift 编写, 贝塞尔曲线编辑器,编辑后可以预览或拷贝代码片段直接使用。"

                 },

                 {

 "Dname" : "Carthage介绍中文",

 "Durl" : "http://www.cocoachina.com/ios/20141204/10528.html",

 "Dtext" : ""

                 },

                 {

 "Dname" : "AAFaceDetection",

 "Durl" : "https://github.com/aaronabentheuer/AAFaceDetection",

 "Dtext" : "AAFaceDetection--swift,简单、实用的面部识别封装库。虽然该技术从 iOS 5 发展,不过真正有趣的应用还不多。。"

                 },

                 {

 "Dname" : "PhotoTweaks",

 "Durl" : "https://github.com/itouch2/PhotoTweaks",

 "Dtext" : "这个库挺赞的,正好是对图像操作的。"

                 },

                 {

 "Dname" : "Concorde",

 "Durl" : "https://github.com/contentful-labs/Concorde",

 "Dtext" : "swift, Concorde, 一个可用于下载和解码渐进式 JPEG 的库, 可用来改善应用的用户体验。"

                 },

                 {

 "Dname" : "ZoomTransition]",

 "Durl" : "https://github.com/tristanhimmelman/ZoomTransition",

 "Dtext" : "swift, 通过手势操控图片的放大、缩小、旋转等自由变化效果的组件及示例。 "

                 },

                 {

 "Dname" : "AFImageHelper",

 "Durl" : "https://github.com/melvitax/AFImageHelper",

 "Dtext" : "swift,一套针对 UIImage 和 UIImageView 的实用扩展库,功能包含填色和渐变、裁剪、缩放以及具有缓存机制的在线图片获取。 "

                 },

                 {

 "Dname" : "PinterestSwift",

 "Durl" : "https://github.com/demon1105/PinterestSwift",

 "Dtext" : "swift,Pinterest 风格图片缩放、切换示例。"

                 },

                 {

 "Dname" : "KYElegantPhotoGallery",

 "Durl" : "https://github.com/KittenYang/KYElegantPhotoGallery",

 "Dtext" : "一个优雅的图片浏览库。"

                 },

                 {

 "Dname" : "SDCycleScrollView",

 "Durl" : "https://github.com/gsdios/SDCycleScrollView",

 "Dtext" : "无限循环自动图片轮播器(一步设置即可使用)。"

                 },

                 {

 "Dname" : "SDPhotoBrowser",

 "Durl" : "https://github.com/gsdios/SDPhotoBrowser",

 "Dtext" : "仿新浪动感图片浏览器,非常简单易用的图片浏览器,模仿微博图片浏览器动感效果,综合了图片展示和存储等多项功能。"

                 },

                 {

 "Dname" : "HZPhotoBrowser",

 "Durl" : "https://github.com/chennyhuang/HZPhotoBrowser",

 "Dtext" : "一个类似于新浪微博图片浏览器的框架(支持显示和隐藏动画;支持双击缩放,手势放大缩小;支持图片存储;支持网络加载gif图片,长图滚动浏览;支持横竖屏显示)。"

                 },

                 {

 "Dname" : "PhotoStackView-Swift",

 "Durl" : "https://github.com/YiZhuoChen/PhotoStackView-Swift",

 "Dtext" : "PhotoStackView——照片叠放视图。"

                 },

                 {

 "Dname" : "MarkingMenu",

 "Durl" : "https://github.com/FlexMonkey/MarkingMenu",

 "Dtext" : "基于手势、类似 Autodesk Maya 风格标记菜单及图片渲染。"

                 },

                 {

 "Dname" : "SXPhotoShow",

 "Durl" : "https://github.com/dsxNiubility/SXPhotoShow",

 "Dtext" : "UICollectionViewFlowLayout 流水布局是当下 collectionView 中常用且普通的布局方式。本代码也写了三种好看的布局,其中 LineLayout 和流水布局有很大的相同点就直接继承 UICollectionViewFlowLayout,然后StackLayout,CircleLayout 这两种都是直接继承自最原始的 UICollectionViewLayout 布局方案。"

                 },

                 {

 "Dname" : "PictureWatermark",

 "Durl" : "https://github.com/cgwangding/PictureWatermark",

 "Dtext" : "主要实现了给图片加文字以及图片水印的功能,已封装成了UIImage的类别,方便使用。"

                 },

                 {

 "Dname" : "CocoaPicker",

 "Durl" : "https://github.com/thebookofleaves/CocoaPicker",

 "Dtext" : "仿 QQ 图片选择器(OC)。"

                 },

                 {

 "Dname" : "自定义宽高比的相册框拍照",

 "Durl" : "http://code.cocoachina.com/detail/320603/",

 "Dtext" : "取出照片时 弹出自定义view。在这个自定义 view上 创建一个需要的相框大小的view层 把取出的图片赋值给UIImageView 按缩放添加到这个层上。对 uiimageView 添加捏合、移动 手势。添加按钮 选取,最后根据位移和缩放比例 裁剪 image。"

                 }

                 ],


 "SheXiangPaiZhaoShiPinYinPinChuLi": [

         {

 "Dname" : "SCRecorder",

 "Durl" : "https://github.com/rFlex/SCRecorder",

 "Dtext" : "SCRecorder 短视频录制。 "

         },

         {

 "Dname" : "VideoPushDemo",

 "Durl" : "https://github.com/pingguo-zangqilong/VideoPushDemo",

 "Dtext" : "视频剪辑。"

         },

         {

 "Dname" : "LLSimpleCamera",

 "Durl" : "https://github.com/omergul123/LLSimpleCamera",

 "Dtext" : "A simple, customizable camera control for iOS, 摄像头。 "

         },

         {

 "Dname" : "EZAudio",

 "Durl" : "https://github.com/syedhali/EZAudio",

 "Dtext" : "EZAudio 是一个 iOS 和 OSX 上简单易用的音频框架,根据音量实时显示波形图,基于Core Audio,适合实时低延迟音频处理,非常直观。"

         },

         {

 "Dname" : "ffmpeg",

 "Durl" : "http://ffmpeg.org/",

 "Dtext" : "ffmpeg 官网。"

         },

         {

 "Dname" : "FFmpeg在iOS上完美编译",

 "Durl" : "http://www.cocoachina.com/ios/20150514/11827.html",

 "Dtext" : ""

         },

         {

 "Dname" : "VCL",

 "Durl" : "http://www.videolan.org/",

 "Dtext" : "VCL 官网。"

         },

         {

 "Dname" : "kxmovie",

 "Durl" : "https://github.com/kolyvan/kxmovie",

 "Dtext" : "使用 ffmpeg 的影片播放器。"

         },

         {

 "Dname" : "ijkplayer",

 "Durl" : "https://github.com/Bilibili/ijkplayer",

 "Dtext" : "B站开源的视频播放器,支持 Android 和 iOS。"

         },

         {

 "Dname" : "StreamingKit",

 "Durl" : "https://github.com/tumtumtum/StreamingKit",

 "Dtext" : "StreamingKit 流媒体音乐播放器。"

         },

         {

 "Dname" : "FreeStreamer",

 "Durl" : "https://github.com/muhku/FreeStreamer",

 "Dtext" : "FreeStreamer 流媒体音乐播放器,cpu 占用非常小。"

         },

         {

 "Dname" : "DOUAudioStreamer",

 "Durl" : "https://github.com/douban/DOUAudioStreamer",

 "Dtext" : "DOUAudioStreamer 豆瓣的音乐流媒体播放器。"

         },

         {

 "Dname" : "fmpro",

 "Durl" : "https://github.com/fmpro/fmpro",

 "Dtext" : "电台播放器,支持锁屏歌词,支持基本播放流程,歌词展示,后台锁屏播放和控制以及锁屏后封面+歌词。"

         },

         {

 "Dname" : "fmpro_R",

 "Durl" : "https://github.com/jovisayhehe/fmpro_R",

 "Dtext" : ""

         },

         {

 "Dname" : "IPDFCameraViewController",

 "Durl" : "https://github.com/mmackh/IPDFCameraViewController",

 "Dtext" : "支持相机定焦拍摄、滤镜、闪光、实时边框检测以及透视矫正功能,并有简单易用的API。"

         },

         {

 "Dname" : "SCRecorder",

 "Durl" : "https://github.com/rFlex/SCRecorder",

 "Dtext" : "酷似 Instagram/Vine 的音频/视频摄像记录器,以 Objective-C 为基础的过滤器框架。 你可以做很多如下的操作:记录多个视频录像片段。删除任何你不想要的记录段。可以使用任何视频播放器播放片段。保存的记录可以在序列化的 NSDictionary 中使用。(在 NSUserDefaults 的中操作)添加使用 Core Image 的视频滤波器。可自由选择你需要的 parameters 合并和导出视频。 "

         },

         {

 "Dname" : "Cool-iOS-Camera",

 "Durl" : "https://github.com/GabrielAlva/Cool-iOS-Camera",

 "Dtext" : ""

         },

         {

 "Dname" : "FastttCamera",

 "Durl" : "https://github.com/IFTTT/FastttCamera",

 "Dtext" : "FastttCamera 快速照相。"

         },

         {

 "Dname" : "ICGVideoTrimmer",

 "Durl" : "https://github.com/itsmeichigo/ICGVideoTrimmer",

 "Dtext" : "ICGVideoTrimmer 提供提供视频剪切的视图(类似系统相册中浏览视频时顶部那个条状视图)。左右两个边界选择器还能够自定义。 "

         },

         {

 "Dname" : "iOS录音和播放功能demo",

 "Durl" : "http://d.cocoachina.com/code/detail/285717",

 "Dtext" : "比较完整的 iOS 录音和播放功能的实现。"

         },

         {

 "Dname" : "CameraManager",

 "Durl" : "https://github.com/imaginary-cloud/CameraManager",

 "Dtext" : "相机管理封装类库。看着极好用的样子-swift。"

         },

         {

 "Dname" : "MCAudioInputQueue",

 "Durl" : "https://github.com/msching/MCAudioInputQueue",

 "Dtext" : "简易录音类,基于 AudioQueue的。"

         },

         {

 "Dname" : "DraggableYoutubeFloatingVideo",

 "Durl" : "https://github.com/vizllx/DraggableYoutubeFloatingVideo",

 "Dtext" : "展示像类似Youtube移动应用的那种浏览视频的效果,当点击某视频时能够从右下方弹出一个界面,并且该界面能够通过手势,再次收缩在右下方并继续播放。这是通过 AutoLayout 设计实现。"

         },

         {

 "Dname" : "amr",

 "Durl" : "http://www.penguin.cz/~utx/amr",

 "Dtext" : "做即时通讯的音频处理,录音文件是 m4a,便于 web 端的音频播放。"

         },

         {

 "Dname" : "FSVoiceBubble",

 "Durl" : "https://github.com/f33chobits/FSVoiceBubble",

 "Dtext" : "一个轻量级播放录音音频的气泡:1.支持短时间的音频播放(支持网络音频);2.播放时的声波动画;3.自定义包括声波的颜色,气泡的背景等。 "

         },

         {

 "Dname" : "KRVideoPlayer",

 "Durl" : "https://github.com/36Kr-Mobile/KRVideoPlayer",

 "Dtext" : "类似 Weico 的播放器,支持竖屏模式下全屏播放。 "

         },

         {

 "Dname" : "VideoBeautify",

 "Durl" : "https://github.com/xujingzhou/VideoBeautify",

 "Dtext" : "功能酷似美拍,秒拍等应用的源码:对视频进行各种美化处理,采用主题形式进行分类,内含各种滤镜,动画特效和音效等。"

         }

         ],


 "XiangYingShiKuangJia": [

                             {

 "Dname" : "ReactiveCocoa",

 "Durl" : "https://github.com/ReactiveCocoa/ReactiveCocoa",

 "Dtext" : "ReactiveCocoa 受函数响应式编程激发。不同于使用可变的变量替换和就地修改,RAC 提供Signals 来捕获当前值和将来值"

                             },

                             {

 "Dname" : "ReactiveCocoa 使用介绍",

 "Durl" : "http://yulingtianxia.com/blog/2014/07/29/reactivecocoa/",

 "Dtext" : ""

                             },

                             {

 "Dname" : "Reactive Cocoa 3.0 在 MVVM 中的应用",

 "Durl" : "http://ios.jobbole.com/82232/",

 "Dtext" : ""

                             },

                             {

 "Dname" : "ReactiveAnimation",

 "Durl" : "https://github.com/ReactiveCocoa/ReactiveAnimation",

 "Dtext" : "ReactiveCocoa 推出了一个叫 ReactiveAnimation 的子项目,直接用完全用 Swift 来实现了。 "

                             },

                             {

 "Dname" : "BeeFramework",

 "Durl" : "https://github.com/gavinkwoe/BeeFramework",

 "Dtext" : "与 ReactiveCocoa 类似。"

                             },

                             {

 "Dname" : "BeeFramework用户指南 v1.0",

 "Durl" : "http://www.lanrenios.com/tutorials/all/2012/1220/641.html",

 "Dtext" : ""

                             },

                             {

 "Dname" : "Objective-Chain",

 "Durl" : "https://github.com/iMartinKiss/Objective-Chain",

 "Dtext" : "Objective-Chain 是一个面向对象的响应式框架,作者表示该框架吸收了 ReactiveCocoa 的思想,并且想做得更面向对象一些。"

                             }

                             ],


 "XiaoXiTuiSongKeHuDuan" : [

                               {

 "Dname" : "SGPushDemo",

 "Durl" : "https://github.com/sagiwei/SGPush/tree/master/SGPushDemo",

 "Dtext" : "消息推送客户端。"

                               },

                               {

 "Dname" : "Orbiter",

 "Durl" : "https://github.com/mattt/Orbiter",

 "Dtext" : "消息推送客户端:Push Notification Registration for iOS。"

                               },

                               {

 "Dname" : "PushDemo",

 "Durl" : "https://github.com/ios44first/PushDemo",

 "Dtext" : "客户端消息接收消息代码"

                               },

                               {

 "Dname" : "IOS开发之 ---- IOS8推送消息注册",

 "Durl" : "http://blog.sina.com.cn/s/blog_71715bf80102uy2k.html",

 "Dtext" : ""

                               },

                               {

 "Dname" : "分分钟搞定IOS远程消息推送",

 "Durl" : "http://my.oschina.net/u/2340880/blog/413584",

 "Dtext" : ""

                               }

                               ],


 "XiaoXiTuiSongFuWuDuan" : [

                               {

 "Dname" : "pushMeBaby",

 "Durl" : "https://github.com/stefanhafeneger/PushMeBaby",

 "Dtext" : "Mac端消息推送端代码,注意:DeviceToken中间要有空格。"

                               }

                               ],

 "TongZhiXiangGuan" : [

                          {

 "Dname" : "JSQNotificationObserverKit",

 "Durl" : "https://github.com/jessesquires/JSQNotificationObserverKit",

 "Dtext" : "一款轻量、易用的通知发送及响应框架类库。作者是知名开源项目JSQMessagesViewController(Objective-C 版即时聊天)的作者 Jesse Squires. "

                          },

                          {

 "Dname" : "GLPubSub",

 "Durl" : "https://github.com/Glow-Inc/GLPubSub",

 "Dtext" : "一个简短实用的 NSNotificationCenter 的封装。"

                          },

                          {

 "Dname" : "Homeoff",

 "Durl" : "https://github.com/lizyyy/Homeoff",

 "Dtext" : "用 swift 写了一个模仿 Launcher 通知中心快捷方式的应用。支持20个应用,并增加了一个返回到桌面来解放 Home 键的功能。 "

                          },

                          {

 "Dname" : "JDStatusBarNotification",

 "Durl" : "https://github.com/jaydee3/JDStatusBarNotification",

 "Dtext" : "在状态栏顶部显示通知。可以自定义颜色字体以及动画。支持进度显示以及显示状态指示器。"

                          }

                          ],


 "BanBenXinAPIDeDemo": [

                           {

 "Dname" : "appleSample",

 "Durl" : "https://github.com/WildDylan/appleSample",

 "Dtext" : "iOS 苹果官方 Demo 合集。"

                           },

                           {

 "Dname" : "appleSample 官方 demo",

 "Durl" : "https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code",

 "Dtext" : ""

                           },

                           {

 "Dname" : "iOS7-Sampler",

 "Durl" : "https://github.com/shu223/iOS7-Sampler",

 "Dtext" : "整合了 iOS7.0 的一些十分有用的特性,比如:Dynamic Behaviors、碰撞检测、语音合成、视图切换、图像滤镜、三维地图、Sprite Kit(动画精灵)、Motion Effect(Parallax)、附近蓝牙或者wifi搜索连接、AirDrop、运动物体追踪(iPhone 5S 以上,需要 M7 处理器)等等。对于日常的应用开发十分实用。 "

                           },

                           {

 "Dname" : "iOS8-Sampler",

 "Durl" : "https://github.com/shu223/iOS8-Sampler",

 "Dtext" : "日本 的 shuさん 制作的 iOS8 参考代码集。"

                           },

                           {

 "Dname" : "MTSwift-Learning",

 "Durl" : "https://github.com/MartinRGB/MTSwift-Learning",

 "Dtext" : "通过一些简单项目实战演练开始学习 Swift。"

                           },

                           {

 "Dname" : "iOS8-day-by-day",

 "Durl" : "https://github.com/shinobicontrols/iOS8-day-by-day",

 "Dtext" : "swift。 "

                           },

                           {

 "Dname" : "iOS9-day-by-day",

 "Durl" : "https://github.com/shinobicontrols/iOS9-day-by-day",

 "Dtext" : ""

                           },

                           {

 "Dname" : "iOS9 Day-by-Day :: Day 2 :: UI Testing",

 "Durl" : "http://www.jianshu.com/p/039f8de6ee4d",

 "Dtext" : ""

                           },

                           {

 "Dname" : "iOS 9 分屏多任务",

 "Durl" : "http://www.cocoachina.com/ios/20150714/12557.html",

 "Dtext" : "iOS 9 分屏多任务:Slide Over & Split View快速入门(中文版)。 "

                           }

                           ],


 "CeHuaYuYouHuaFanHui": [

                            {

 "Dname" : "ios-class-guard",

 "Durl" : "https://github.com/Polidea/ios-class-guard",

 "Dtext" : "一个用于混淆 iOS 的类名、方法名以及变量名的开源库--有人反映编译出来的 app 运行不了。"

                            },

                            {

 "Dname" : "《Protecting iOS Applications",

 "Durl" : "https://www.polidea.com/#!heartbeat/blog/Protecting_iOS_Applications",

 "Dtext" : "文章系统地介绍了如何保护 iOS 程序的代码安全,防止反汇编分析。 "

                            },

                            {

 "Dname" : "fishhook",

 "Durl" : "https://github.com/facebook/fishhook",

 "Dtext" : "fishhook 是 Facebook 开源的一个可以hook系统方法的工具。 "

                            },

                            {

 "Dname" : "GesturePassword",

 "Durl" : "https://github.com/smilingxinyi/GesturePassword",

 "Dtext" : " 一个 iOS 手势密码功能实现,iPad/iPhone 都可以用,没有使用图片,里面可以通过 view 自己添加。keychain 做的数据持久化,利用苹果官方 KeychainItemWrapper 类。操作部分都在 controller了。删除直接用一下 clear。"

                            },

                            {

 "Dname" : "JMPasswordView",

 "Durl" : "https://github.com/Juuman/JMPasswordView",

 "Dtext" : "简单实用的手势密码,效果可自行调控。"

                            },

                            {

 "Dname" : "仿密码锁-九宫格",

 "Durl" : "http://code.cocoachina.com/detail/298556/%E4%BB%BF%E5%AF%86%E7%A0%81%E9%94%81-%E4%B9%9D%E5%AE%AB%E6%A0%BC/",

 "Dtext" : "仿密码锁-九宫格,主要是使用 UIButton 手势事件 UIBezierPath 画图,解锁失败弹出“密码错误”。"

                            },

                            {

 "Dname" : "CoreLock",

 "Durl" : "https://github.com/nsdictionary/CoreLock",

 "Dtext" : "本框架是高仿支付宝,并集成了所有功能,并非一个简单的解锁界面展示。个人制作用时1周多,打造解锁终结者框架。"

                            },

                            {

 "Dname" : "LikeAlipayLockCodeView",

 "Durl" : "https://github.com/crazypoo/LikeAlipayLockCodeView",

 "Dtext" : "高仿支付宝手势解锁(超级版)。"

                            },

                            {

 "Dname" : "PCGestureUnlock",

 "Durl" : "https://github.com/iosdeveloperpanc/PCGestureUnlock",

 "Dtext" : "目前最全面最高仿支付宝的手势解锁,而且提供方法进行参数修改,能解决项目开发中所有手势解锁的开发。"

                            },

                            {

 "Dname" : "ICPayPassWordDemo",

 "Durl" : "https://github.com/icoder20150719/ICPayPassWordDemo",

 "Dtext" : "CPayPassWordDemo,一个模仿支付宝支付密码输入对话框小 demo。"

                            },

                            {

 "Dname" : "RSAESCryptor",

 "Durl" : "https://github.com/bigsan/RSAESCryptor",

 "Dtext" : "加密 RSA+AES Encryption/Decryption library for iOS. This library uses 2048-bit RSA and 256-bit key with 128-bit block size AES for encryption/decryption。"

                            }

                            ],


 "AppleWatch": [

                   {

 "Dname" : "Tesla汽车AppleWatch app demo演示",

 "Durl" : "https://github.com/eleks/rnd-apple-watch-tesla",

 "Dtext" : "通过A ppleWatch 控制特斯拉汽车,同时可以看到汽车的相关信息,比如剩余电量、可续行里程等,以及解锁/上锁车门、调节司机和乘客的四区域空调温度、开启车辆大灯、定位汽车等。"

                   },

                   {

 "Dname" : "Tesla 汽车 AppleWatch 源码推荐说明",

 "Durl" : "http://www.cocoachina.com/ios/20150205/11116.html",

 "Dtext" : ""

                   },

                   {

 "Dname" : "WatchKit-Apps",

 "Durl" : "https://github.com/kostiakoval/WatchKit-Apps",

 "Dtext" : "WatchKit 开源小项目示例集锦。是不可多得地学习 WatchKit 的示例式教程(1.如何创建一个简单的交互式计数器;2.如何从手表上控制iOS app;3.如何在 WatchKit app 和 iOS app 之间共享数据;4.如何创建一个拥有不同背景色的数字时钟;5.展示不同的UI层;6.如何创建支持滑动手势的应用程序。)。  "

                   },

                   {

 "Dname" : "KYVoiceCurve",

 "Durl" : "https://github.com/KittenYang/KYVoiceCurve",

 "Dtext" : "类似 Apple Watch 中语音的声音曲线动画。  "

                   },

                   {

 "Dname" : "IGInterfaceDataTable",

 "Durl" : "https://github.com/Instagram/IGInterfaceDataTable",

 "Dtext" : "IGInterfaceDataTable 是 WKInterfaceTable 对象的一个类别,可以让开发者更简单地配置多维数据。该项目使用类似 UITableViewDataSource 的数据源模式配置 Apple Watch表格,而不是将数据结构扁平化成为数组。 "

                   },

                   {

 "Dname" : "Stargate",

 "Durl" : "https://github.com/contentful-labs/Stargate",

 "Dtext" : "通过 iPhone 桥接实现 Mac 与 Watch 的即时通讯。Stargate 通过封装两个优秀的基础类库MMWormhole 和 PeerKit 实现高效的通讯应用。-swift"

                   },

                   {

 "Dname" : "soon",

 "Durl" : "https://github.com/sandofsky/soon",

 "Dtext" : "一款倒计时 WatchKit 示例应用。作者从架构的角度,思考如何设计一款完整、通讯高效且性能又好的 WatchKit 扩展应用。该示例学习性非常强。-swift"

                   },

                   {

 "Dname" : "watchOS-2-Sampler",

 "Durl" : "https://github.com/shu223/watchOS-2-Sampler",

 "Dtext" : "基于 watchOS 2 若干新特性,写了相应的示例代码供大家学习、参考。 "

                   },

                   {

 "Dname" : "HMWatch",

 "Durl" : "https://github.com/KhaosT/HMWatch",

 "Dtext" : "HMWatch是个有待完善的watchOS 2.0 HomeKit 应用示例。"

                   },

                   {

 "Dname" : "CocoaMultipeer",

 "Durl" : "https://github.com/manavgabhawala/CocoaMultipeer",

 "Dtext" : "CocoaMultipeer 这个开源框架支持 OS X, iOS 和 watchOS 设备间的点对点通信,解决 watchOS 和 Mac 之间通信的方案还是很有用的。"

                   },

                   {

 "Dname" : "HighstreetWatchApp",

 "Durl" : "https://github.com/GetHighstreet/HighstreetWatchApp",

 "Dtext" : "是电商平台 Highstreet 针对 App Watch 的一款应用,该 demo 中加载的是虚拟数据。"

                   }

                   ],


 "WanZhengXiangMu": [

                        {

 "Dname" : "v2ex",

 "Durl" : "https://github.com/singro/v2ex",

 "Dtext" : "v2ex 的客户端,新闻、论坛。 "

                        },

                        {

 "Dname" : "apps-ios-wikipedia",

 "Durl" : "https://github.com/wikimedia/apps-ios-wikipedia",

 "Dtext" : "apps-ios-wikipedia 客户端。 "

                        },

                        {

 "Dname" : "jetstream-ios",

 "Durl" : "https://github.com/uber/jetstream-ios",

 "Dtext" : "一款 Uber 的 MVC 框架。它同时提供了多用户实时通讯支持,一旦启动 JetStream 后端服务,通过 WebSocket 协议可以分分钟建立多用户实时通讯应用。"

                        },

                        {

 "Dname" : "DeckRocket",

 "Durl" : "https://github.com/jpsim/DeckRocket",

 "Dtext" : "在相同 WiFi 网络环境内,通过iPhone 控制并播放 Mac 中的 PDF 文档。"

                        },

                        {

 "Dname" : "ScanBook",

 "Durl" : "https://github.com/JayFang1993/ScanBook",

 "Dtext" : "扫扫图书:可以扫描条形码查询图书,也可以关键字搜索,遇到合乎你口味的书,还可以看看别人的读书笔记,不同角度去体会。"

                        },

                        {

 "Dname" : "DesignerNewsApp",

 "Durl" : "https://github.com/MengTo/DesignerNewsApp",

 "Dtext" : "Swift 开发的 DesignerNews 客户端,看着美美的!"

                        },

                        {

 "Dname" : "KYWeibo",

 "Durl" : "https://github.com/KittenYang/KYWeibo",

 "Dtext" : "调用新浪API自己写的第三方微博客户端。"

                        },

                        {

 "Dname" : "DouQu_IOS",

 "Durl" : "https://github.com/li6185377/DouQu_IOS",

 "Dtext" : "逗趣IOS手机端(一款笑话软件),拥有完整的功能的手机应用 app。"

                        },

                        {

 "Dname" : "IT江湖iOS客户端",

 "Durl" : "https://github.com/itjhDev/itjh",

 "Dtext" : "IT 江湖 iOS 客户端。"

                        },

                        {

 "Dname" : "Eidolon",

 "Durl" : "https://github.com/artsy/eidolon",

 "Dtext" : "艺术品拍卖的投标亭平台,用 swift 与反应式编程框架 ReactiveCocoa。"

                        },

                        {

 "Dname" : "CrazyPuzzle",

 "Durl" : "https://github.com/nonstriater/CrazyPuzzle",

 "Dtext" : " 模仿“看图猜成语” App,功能齐全,配有音效,效果很不错。游戏使用 cocoa 框架完成,没有使用cocos2d的框架。"

                        },

                        {

 "Dname" : "WhoCall",

 "Durl" : "https://github.com/Tim9Liu9/WhoCall",

 "Dtext" : "谁 CALL 我,iOS 来电信息语音提醒,无需越狱。(需要iOS 7.0及以上版本。)骚扰电话预警、来电归属地提醒、联系人姓名播报,这些有中国特色人性化的电话功能,iOS 上也应该有。电话提醒、私有API。"

                        },

                        {

 "Dname" : "仿iOS猎豹垃圾清理(实现原理+源码)",

 "Durl" : "http://www.devtf.cn/?p=562",

 "Dtext" : "仿 iOS 猎豹垃圾清理(实现原理+源码),用到私有 API。"

                        },

                        {

 "Dname" : "DSLolita",

 "Durl" : "https://github.com/sam408130/DSLolita",

 "Dtext" : "模仿新浪微博做的一款 app,有发送博文,评论,点赞,私聊功能。 "

                        },

                        {

 "Dname" : "GSD_ZHIFUBAO",

 "Durl" : "https://github.com/gsdios/GSD_ZHIFUBAO",

 "Dtext" : "支付宝高仿版。 "

                        },

                        {

 "Dname" : "Tropos",

 "Durl" : "https://github.com/thoughtbot/Tropos",

 "Dtext" : "Tropos, 由 thoughtbot 推出的一款用 Objective-C 写的开源天气类应用, 截至今天, thoughtbot 已在 GitHub 上贡献了 174 个开源项目, 实在令人敬佩。 "

                        },

                        {

 "Dname" : "SmileWeather",

 "Durl" : "https://github.com/liu044100/SmileWeather",

 "Dtext" : "开源天气类应用,天气图标很完整。  "

                        },

                        {

 "Dname" : "MVVMReactiveCocoa",

 "Durl" : "https://github.com/leichunfeng/MVVMReactiveCocoa",

 "Dtext" : "GitBucket 2.0 通过审核啦,她是我在公司实践了一年多 MVVM 和 RAC 的基础上,利用业余时间开发的第三方 GitHub 客户端,旨在能够对想实践 MVVM 和 RAC 的 iOS 开发者有所帮助。"

                        },

                        {

 "Dname" : "MVVMReactiveCocoa AppStore地址",

 "Durl" : "https://itunes.apple.com/cn/app/id961330940?mt=8",

 "Dtext" : "欢迎下载使用GitBucket和收藏MVVMReactiveCocoa。 "

                        },

                        {

 "Dname" : "Tomate",

 "Durl" : "https://github.com/dasdom/Tomate",

 "Dtext" : "这个圆盘式计时器让你更专注于工作或学习。P.S. App Store 上架收费应用(0.99 欧)。"

                        },

                        {

 "Dname" : "StoveFireiOSMenu",

 "Durl" : "https://github.com/joeshang/StoveFireiOSMenu",

 "Dtext" : "炉火餐饮系统 iPad 点餐端。"

                        },

                        {

 "Dname" : "BaiduFM-Swift",

 "Durl" : "https://github.com/belm/BaiduFM-Swift",

 "Dtext" : "百度 FM, swift 语言实现,基于最新 xcode6.3+swift1.2,初步只是为了实现功能,代码比较粗燥,后面有时间会整理,支持 Apple Watch。"

                        },

                        {

 "Dname" : "WNXHuntForCity",

 "Durl" : "https://github.com/ZhongTaoTian/WNXHuntForCity",

 "Dtext" : "iOS 高仿城觅项目(开发思路和代码)。"

                        },

                        {

 "Dname" : "ZYChat",

 "Durl" : "https://github.com/zyprosoft/ZYChat",

 "Dtext" : "关于聊天界面的可消息类型扩展,响应绑定设计。"

                        },

                        {

 "Dname" : "NiceAppDemo",

 "Durl" : "https://github.com/minxiaoming/NiceAppDemo",

 "Dtext" : "仿最美应用-每日最美的钢琴律动效果。"

                        },

                        {

 "Dname" : "meituan",

 "Durl" : "https://github.com/lookingstars/meituan",

 "Dtext" : "美团5.7iOS版(高仿),功能包括,团购首页,高德地图搜索附近美食并显示在地图上,上门服务,商家,友盟分享。"

                        },

                        {

 "Dname" : "chuanke",

 "Durl" : "https://github.com/lookingstars/chuanke",

 "Dtext" : "高仿百度传课 iOS 版。 "

                        },

                        {

 "Dname" : "Tuan",

 "Durl" : "https://github.com/aiqiuqiu/Tuan",

 "Dtext" : "模仿 MJ 老师 iPad 版美团(swift版),偶有bug 见谅。"

                        },

                        {

 "Dname" : "SXNews",

 "Durl" : "https://github.com/dsxNiubility/SXNews",

 "Dtext" : "模仿网易新闻做的新闻软件,完成了主导航页,新闻详情页,图片浏览页,评论页。效果不错,比网上流传的各种和网易新闻UI架构有关的代码都要完整,都要好。"

                        },

                        {

 "Dname" : "Monkey",

 "Durl" : "https://github.com/coderyi/Monkey",

 "Dtext" : "Monkey for GitHub 是一个 GitHub 开发者和仓库排名的开源 App。这次主要增加了登录GitHub的功能,随手 follow 和 star,并且增加发现模块,包括 GitHub 的 trending,动态,showcases 等。"

                        },

                        {

 "Dname" : "Uther",

 "Durl" : "https://github.com/callmewhy/Uthe",

 "Dtext" : "跟蠢萌的外星人聊天,还能帮你记事。"

                        },

                        {

 "Dname" : "Uther itunes下载",

 "Durl" : "https://itunes.apple.com/cn/app/uther/id1024104920",

 "Dtext" : ""

                        }

                        ],


 "HaoDeWenZhang": [

                      {

 "Dname" : "自定义转场动画",

 "Durl" : "http://www.jianshu.com/p/38cd35968864",

 "Dtext" : "3 种方法~ 关于自定义转场动画。 "

                      },

                      {

 "Dname" : "iOS提高效率的方法和工具",

 "Durl" : "http://lcepy.github.io/2015/07/14/iOS%E6%8F%90%E9%AB%98%E6%95%88%E7%8E%87%E7%9A%84%E6%96%B9%E6%B3%95%E5%92%8C%E5%B7%A5%E5%85%B7/",

 "Dtext" : "iOS 提高效率的方法和工具。 "

                      },

                      {

 "Dname" : "用 JSON 构建 API 的标准指南",

 "Durl" : "http://jsonapi.org.cn/",

 "Dtext" : "用 JSON 构建 API 的标准指南。"

                      }

                      ],


 "VPN": [

            {

 "Dname" : "vpnon",

 "Durl" : "https://github.com/lexrus/vpnon/",

 "Dtext" : "swift 的 VPN On 的源码和本地化内容都是开放的。"

            },

            {

 "Dname" : "vpnon官方网站",

 "Durl" : "https://crowdin.com/project/vpnon",

 "Dtext" : ""

            },

            {

 "Dname" : "Hydro.network",

 "Durl" : "https://github.com/CatchChat/Hydro.network",

 "Dtext" : ""

            },

            {

 "Dname" : "Hydro.network 的开发旅程",

 "Durl" : "http://zhowkev.in/2015/03/09/hydro-network-de-kai-fa-lu-cheng/",

 "Dtext" : ""

            }

            ],


 "MeiGongZiYuan": [

                      {

 "Dname" : "TWG_Retina_Icons",

 "Durl" : "https://github.com/markohlebar/Peckham",

 "Dtext" : "一套支持 Retina 高清屏的 iPhone 免费图标集。"

                      },

                      {

 "Dname" : "ASCIImage",

 "Durl" : "https://github.com/cparnot/ASCIImage",

 "Dtext" : "使用 NSString 创建 image。"

                      },

                      {

 "Dname" : "my-sketch-colors",

 "Durl" : "https://github.com/RayPS/my-sketch-colors",

 "Dtext" : "配色。"

                      },

                      {

 "Dname" : "Font Awesome",

 "Durl" : "http://www.imooc.com/wenda/detail/250367",

 "Dtext" : "Font Awesome:一套绝佳的图标字体库和CSS框架。"

                      },

                      {

 "Dname" : "Font Awesome 官方网站",

 "Durl" : "http://fortawesome.github.io/Font-Awesome/icons/",

 "Dtext" : ""

                      },

                      {

 "Dname" : "DynamicColor",

 "Durl" : "https://github.com/yannickl/DynamicColor",

 "Dtext" : "强大的颜色操作扩展类。通过该类,你可以通过扩展方法基于某个颜色得到不同深浅、饱和度、灰度、色相,以及反转后的新颜色。是不可多得的好类库。"

                      },

                      {

 "Dname" : "Chameleon",

 "Durl" : "https://github.com/ViccAlexander/Chameleon",

 "Dtext" : "Chameleon 是一个 iOS 的色彩框架。它运用现代化 flat color将UIColor扩展地非常美观。我们还可以通过它运用自定义颜色创建调色板。它还有很多功用,请浏览 readme。"

                      },

                      {

 "Dname" : "FontBlaster",

 "Durl" : "https://github.com/ArtSabintsev/FontBlaster",

 "Dtext" : "载入定制字体时更简单。"

                      }

                      ],

 "KaiFaZiLiao" : [

                     {

 "Dname" : "豆瓣iOS开源库列表",

 "Durl" : "http://www.douban.com/note/276160185/?type=like",

 "Dtext" : "豆瓣 iOS 开源库列表,很多开源项目。"

                     },

                     {

 "Dname" : "iOS-Core-Animation-Advanced-Techniques",

 "Durl" : "https://github.com/AttackOnDobby/iOS-Core-Animation-Advanced-Techniques",

 "Dtext" : "中文版 iOS 高级动画技术。  "

                     },

                     {

 "Dname" : "iOS开发的一些奇巧淫技1",

 "Durl" : "http://www.jianshu.com/p/50b63a221f09",

 "Dtext" : ""

                     },

                     {

 "Dname" : "TableView不显示没内容的Cell怎么办; 键盘事件:IQKeyboardManager",

 "Durl" : "https://github.com/hackiftekhar/IQKeyboardManager",

 "Dtext" : ""

                     },

                     {

 "Dname" : "KMCGeigerCounter",

 "Durl" : "https://github.com/kconner/KMCGeigerCounter",

 "Dtext" : "解决 app 不流畅"

                     },

                     {

 "Dname" : "MagicalRecord",

 "Durl" : "https://github.com/magicalpanda/MagicalRecord",

 "Dtext" : "代替 CoreData 用起来好烦"

                     },

                     {

 "Dname" : "CSStickyHeaderFlowLayout",

 "Durl" : "https://github.com/jamztang/CSStickyHeaderFlowLayout",

 "Dtext" : "CollectionView实现悬停的header"

                     },

                     {

 "Dname" : "iOS开发的一些奇巧淫技2",

 "Durl" : "http://www.jianshu.com/p/08f194e9904c",

 "Dtext" : "用一个 pan 手势来代替 UISwipegesture 的各个方向、拉伸图片、播放 GIF、上拉刷新、把tableview 里 cell 的小对勾的颜色改变、navigationbar 弄成透明的而不是带模糊的效果、改变 uitextfield placeholder 的颜色和位置。"

                     },

                     {

 "Dname" : "cocoapods安装指南",

 "Durl" : "http://code4app.com/article/cocoapods-install-usage",

 "Dtext" : "cocoapods 安装指南。"

                     },

                     {

 "Dname" : "RemoteControl",

 "Durl" : "https://github.com/johnno1962/Remote",

 "Dtext" : "Control your iPhone from inside Xcode for end-to-end testing。"

                     },

                     {

 "Dname" : "MVVM 介绍",

 "Durl" : "http://objccn.io/issue-13-1/",

 "Dtext" : "替换 MVC 的开发模式。"

                     },

                     {

 "Dname" : "第三方接口",

 "Durl" : "http://apistore.baidu.com/astore/index",

 "Dtext" : "基本所有第三方接口都在这,再也不用那么麻烦去找了。"

                     },

                     {

 "Dname" : "提高iOS开发效率的方法和工具",

 "Durl" : "http://yyny.me/ios/%E6%8F%90%E9%AB%98iOS%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87%E7%9A%84%E6%96%B9%E6%B3%95%E5%92%8C%E5%B7%A5%E5%85%B7/",

 "Dtext" : "提高 iOS 开发效率的方法和工具。"

                     },

                     {

 "Dname" : "禅与 Objective-C 编程艺术",

 "Durl" : "https://github.com/oa414/objc-zen-book-cn",

 "Dtext" : "禅与 Objective-C 编程艺术 (Zen and the Art of the Objective-C Craftsmanship 中文翻译)。"

                     },

                     {

 "Dname" : "Objective-C编码规范:26个方面解决iOS开发问题",

 "Durl" : "http://www.imooc.com/article/1216",

 "Dtext" : "Objective-C 编码规范:26个方面解决 iOS 开发问题:“我们制定Objective-C编码规范的原因是我们能够在我们的书,教程和初学者工具包的代码保持优雅和一致。”今天分享的规范来自raywenderlich.com团队成员共同完成的,希望对学习OC的朋友们有所指导和帮助。 "

                     }

                     ],

 "swift" :[

              {

 "Dname" : "Swift中文指南",

 "Durl" : "https://github.com/numbbbbb/the-swift-programming-language-in-chinese",

 "Dtext" : "中文版 Apple 官方 Swift 教程《The Swift Programming Language》"

              },

              {

 "Dname" : "The Swift Programming Language 中文版",

 "Durl" : "http://wiki.jikexueyuan.com/project/swift/",

 "Dtext" : "The Swift Programming Language 中文版。 "

              },

              {

 "Dname" : "swifttoolbox",

 "Durl" : "http://www.swifttoolbox.io/",

 "Dtext" : "swifttoolbox swift 开发的开源库汇总。 "

              },

              {

 "Dname" : "SwiftGuide",

 "Durl" : "https://github.com/ipader/SwiftGuide",

 "Dtext" : "这份指南汇集了 Swift 语言主流学习资源,并以开发者的视角整理编排-- 非常不错,值得推荐。 "

              },

              {

 "Dname" : "Swift开源项目精选",

 "Durl" : "https://github.com/ipader/SwiftGuide/blob/master/Featured.md",

 "Dtext" : "Swift 开源项目精选--推荐,每周都有更新。"

              },

              {

 "Dname" : "Awesome Swift",

 "Durl" : "https://swift.zeef.com/robin.eggenkamp",

 "Dtext" : "一个收集了很多 Swift 开发资源的网站。"

              },

              {

 "Dname" : "Developing_iOS_8_Apps_With_Swift",

 "Durl" : "https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift",

 "Dtext" : "Developing iOS 8 Apps with Swift 字幕简体中文翻译项目(斯坦福白胡子老头swift教学视频)。"

              },

              {

 "Dname" : "Swift-On-iOS",

 "Durl" : "https://github.com/johnlui/Swift-On-iOS",

 "Dtext" : " JohnLui 的 Swift On iOS 代码仓库。"

              }

              ],

 "TaRenKaiYuanZongJie" : [

             {

 "Dname" : "code4app",

 "Durl" : "http://www.code4app.com/",

 "Dtext" : "最多国人用的代码库。"

             },

             {

 "Dname" : "cocoachina",

 "Durl" : "http://code.cocoachina.com/",

 "Dtext" : "国内最热门的 iOS 社区的代码库。"

             },

             {

 "Dname" : "awesome-ios",

 "Durl" : "https://github.com/vsouza/awesome-ios",

 "Dtext" : "一个老外整理的。"

             },

             {

 "Dname" : "awesome-ios-ui",

 "Durl" : "https://github.com/cjwirth/awesome-ios-ui",

 "Dtext" : "收集了不少 iOS UI/UX 库, 包含了很多酷炫的动画效果。"

             },

             {

 "Dname" : "ios-cosmos",

 "Durl" : "http://ios-cosmos.com/",

 "Dtext" : "The iOS Cosmos:收录了IOS绝大部分的开源框架和工具。"

             },

             {

 "Dname" : "[Awesome Haskell资料大全",

 "Durl" : "https://haskell.zeef.com/konstantin.skipor#block_28362_basics",

 "Dtext" : "Awesome Haskell 资料大全:框架,库和软件。"

             },

             {

 "Dname" : "Cosmos",

 "Durl" : "http://ios-cosmos.com",

 "Dtext" : "The iOS Cosmos:收录了IOS绝大部分的开源框架和工具。"

             },

             {

 "Dname" : "cocoacontrols",

 "Durl" : "http://cocoacontrols.com",

 "Dtext" : "收集了很多 UI 控件效果代码,缺点是需要FQ,而且代码分类不够好。"

             },

             {

 "Dname" : "lexrus",

 "Durl" : "https://github.com/lexrus",

 "Dtext" : "lexrus 国内出名的 iOS 开源 coder,非常库的label动画、textfield 动画。"

             },

             {

 "Dname" : "open-source-ios-apps",

 "Durl" : "https://github.com/dkhamsing/open-source-ios-apps",

 "Dtext" : "iOS App集合,分:swift 与 Objective-C--国外人整理。  "

             },

             {

 "Dname" : "适合iOS开发者的15大网站推荐",

 "Durl" : "http://www.csdn.net/article/2015-03-04/2824108-ios-developers-sites",

 "Dtext" : " 适合 iOS 开发者的 15 大网站推荐 --- 英文网站。 "

             },

             {

 "Dname" : "Objective-C GitHub 排名前 100 项目简介",

 "Durl" : "https://github.com/Aufree/trip-to-iOS/blob/master/Top-100.md",

 "Dtext" : "主要对当前 GitHub 排名前 100 的项目做一个简单的简介, 方便初学者快速了解到当前 Objective-C 在GitHub 的情况。  "

             },

             {

 "Dname" : "Github-iOS备忘",

 "Durl" : "http://github.ibireme.com/github/list/ios/",

 "Dtext" : "整理了比较常用的 iOS 第三方组件,以及 github 上的统计。"

             }

             ],


 "CeShiYuTiaoShi": [

                       {

 "Dname" : "HeapInspector",

 "Durl" : "https://github.com/tapwork/HeapInspector-for-iOS",

 "Dtext" : "HeapInspector 是一个用于检测应用中的内存泄漏的开源调试工具。"

                       },

                       {

 "Dname" : "Crashlytics",

 "Durl" : "http://try.crashlytics.com/",

 "Dtext" : "Crashlytics 崩溃报告 崩溃日志  "

                       },

                       {

 "Dname" : "崩溃报告使用说明",

 "Durl" : "http://www.infoq.com/cn/articles/crashlytics-crash-statistics-tools",

 "Dtext" : ""

                       },

                       {

 "Dname" : "UIViewController-Swizzled",

 "Durl" : "https://github.com/RuiAAPeres/UIViewController-Swizzled",

 "Dtext" : "把你进入的每一个 controller 的类名打出来,如果看一些特别复杂的项目的时候直接运行 demo 就可以知道执行次序了。 "

                       },

                       {

 "Dname" : "Versions",

 "Durl" : "https://github.com/zenangst/Versions",

 "Dtext" : "版本比较小工具。"

                       },

                       {

 "Dname" : "MobileWebPageTest",

 "Durl" : "http://code4app.com/ios/MobileWebPerformanceTest/5465d3e9933bf00c658b4f43",

 "Dtext" : "MobileWebPageTest 是用来测试移动网页性能的软件,它可以对页面的加载和渲染过程进行截屏,协助开发者分析出页面性能瓶颈。 "

                       },

                       {

 "Dname" : "KKLog",

 "Durl" : "https://github.com/Coneboy-k/KKLog",

 "Dtext" : "一个日志管理系统。 "

                       },

                       {

 "Dname" : "CleanroomLogger",

 "Durl" : "https://github.com/emaloney/CleanroomLogger",

 "Dtext" : "相当于 CocoaLumberjack 或 Log4j 的 Swift 版本,功能上甚至更强大。另外,源代码中已经内含了完整的 API 文档,使用非常方便。 "

                       },

                       {

 "Dname" : "Buildasaur",

 "Durl" : "https://github.com/czechboy0/Buildasaur",

 "Dtext" : "自动测试框架 Buildasaur。"

                       },

                       {

 "Dname" : "MMPlaceHolder",

 "Durl" : "https://github.com/adad184/MMPlaceHolder",

 "Dtext" : "一行代码显示 UIView 的位置及相关参数。"

                       },

                       {

 "Dname" : "使用Quick框架和Nimble来测试ViewControler",

 "Durl" : "http://www.devtf.cn/?p=739",

 "Dtext" : "Quick 是一个用于创建 BDD 测试的框架。配合Nimbl,可以为你创建更符合预期目标的测试。"

                       },

                       {

 "Dname" : "fastlane",

 "Durl" : "https://github.com/KrauseFx/fastlane",

 "Dtext" : "一套 iOS 开发和持续集成的命令行工具fastlane,可以用来快速搭建CI甚至自动提交的开发环境。这套工具中包括了上传 ipa 文件,自动截取多语言截屏,生成推送证书,管理产品证书等一系列实用工具。"

                       },

                       {

 "Dname" : "KIF",

 "Durl" : "https://github.com/kif-framework/KIF",

 "Dtext" : "是一个开源的用户界面UI测试框架. 使用 KIF, 并利用 iOS中的辅助功能 API, 你将能够编写模拟用户输入,诸如点击,触摸和文本输入,自动化的UI测试."

                       },

                       {

 "Dname" : "Quick",

 "Durl" : "https://github.com/Quick/Quick",

 "Dtext" : "用于 Swift 中的单元测试(也可用于Objective-C),与 Xcode 整合在一起。如果你是Objective-C的粉丝,我建议用 Specta 代替这个,但是对Swift使用者来说,Quick 是最佳选择。"

                       },

                       {

 "Dname" : "Sleipnir",

 "Durl" : "https://github.com/railsware/Sleipnir",

 "Dtext" : "Swift 的测试框架。"

                       },

                       {

 "Dname" : "kiwi-bdd",

 "Durl" : "https://github.com/kiwi-bdd/Kiwi/wiki",

 "Dtext" : "TDD 或 BDD,objective-c 语言的测试框架,最流行的 BDD 测试框架了,Kiwi最受欢迎(根据github上的star数来推断,行为描述和期望写起来也比较易懂。"

                       },

                       {

 "Dname" : "iOS开发中的测试框架",

 "Durl" : "http://www.jianshu.com/p/7e3f197504c1#",

 "Dtext" : ""

                       },

                       {

 "Dname" : "specta",

 "Durl" : "https://github.com/specta/specta",

 "Dtext" : "TDD 或 BDD,Objective-C 语言的测试框架,用的人多。"

                       },

                       {

 "Dname" : "cedar",

 "Durl" : "https://github.com/pivotal/cedar",

 "Dtext" : "TDD或BDD,Objective-C 语言的测试框架,用的人少。"

                       }

                       ],


 "DaiMaAnQuanYuMiMa": [

                      {

 "Dname" : "ios-class-guard",

 "Durl" : "https://github.com/Polidea/ios-class-guard",

 "Dtext" : "一个用于混淆 iOS 的类名、方法名以及变量名的开源库--有人反映编译出来的 app 运行不了。"

                      },

                      {

 "Dname" : "Protecting iOS Applications",

 "Durl" : "https://www.polidea.com/#!heartbeat/blog/Protecting_iOS_Applications",

 "Dtext" : "文章系统地介绍了如何保护 iOS 程序的代码安全,防止反汇编分析。 "

                      },

                      {

 "Dname" : "fishhook",

 "Durl" : "https://github.com/facebook/fishhook",

 "Dtext" : "fishhook 是 Facebook 开源的一个可以 hook 系统方法的工具。 "

                      },

                      {

 "Dname" : "GesturePassword",

 "Durl" : "https://github.com/smilingxinyi/GesturePassword",

 "Dtext" : "一个iOS手势密码功能实现,iPad/iPhone 都可以用,没有使用图片,里面可以通过 view 自己添加。keychain做的数据持久化,利用苹果官方 KeychainItemWrapper 类。操作部分都在 controller 了。删除直接用一下clear。"

                      },

                      {

 "Dname" : "JMPasswordView",

 "Durl" : "https://github.com/Juuman/JMPasswordView",

 "Dtext" : "简单实用的手势密码,效果可自行调控。"

                      },

                      {

 "Dname" : "仿密码锁-九宫格",

 "Durl" : "http://code.cocoachina.com/detail/298556/%E4%BB%BF%E5%AF%86%E7%A0%81%E9%94%81-%E4%B9%9D%E5%AE%AB%E6%A0%BC/",

 "Dtext" : "仿密码锁-九宫格,主要是使用UIButton 手势事件UIBezierPath 画图,解锁失败弹出“密码错误”。"

                      },

                      {

 "Dname" : "CoreLock",

 "Durl" : "https://github.com/nsdictionary/CoreLock",

 "Dtext" : "本框架是高仿支付宝,并集成了所有功能,并非一个简单的解锁界面展示。个人制作用时1周多,打造解锁终结者框架。"

                      },

                      {

 "Dname" : "LikeAlipayLockCodeView",

 "Durl" : "https://github.com/crazypoo/LikeAlipayLockCodeView",

 "Dtext" : "高仿支付宝手势解锁(超级版)。"

                      },

                      {

 "Dname" : "PCGestureUnlock",

 "Durl" : "https://github.com/iosdeveloperpanc/PCGestureUnlock",

 "Dtext" : "目前最全面最高仿支付宝的手势解锁,而且提供方法进行参数修改,能解决项目开发中所有手势解锁的开发。"

                      },

                      {

 "Dname" : "ICPayPassWordDemo",

 "Durl" : "https://github.com/icoder20150719/ICPayPassWordDemo",

 "Dtext" : "CPayPassWordDemo,一个模仿支付宝支付密码输入对话框小 demo。"

                      },

                      {

 "Dname" : "RSAESCryptor",

 "Durl" : "https://github.com/bigsan/RSAESCryptor",

 "Dtext" : "加密 RSA+AES Encryption/Decryption library for iOS. This library uses 2048-bit RSA and 256-bit key with 128-bit block size AES for encryption/decryption。"

                      }

                      ],

 "DongHua": [

                {

 "Dname" : "Core Animation笔记,基本的使用方法",

 "Durl" : "http://www.starming.com/index.php?v=index&view=62",

 "Dtext" : "Core Animation 笔记,基本的使用方法:1.基本动画,2.多步动画,3.沿路径的动画,4.时间函数,5.动画组。"

                },

                {

 "Dname" : "awesome-ios-animation",

 "Durl" : "https://github.com/sxyx2008/awesome-ios-animation",

 "Dtext" : "收集整理了下 iOS 平台下比较主流炫酷的几款动画框架。"

                }

                ]

             }

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 159,015评论 4 362
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,262评论 1 292
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 108,727评论 0 243
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,986评论 0 205
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,363评论 3 287
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,610评论 1 219
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,871评论 2 312
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,582评论 0 198
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,297评论 1 242
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,551评论 2 246
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,053评论 1 260
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,385评论 2 253
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 33,035评论 3 236
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,079评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,841评论 0 195
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,648评论 2 274
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,550评论 2 270

推荐阅读更多精彩内容