多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
> 原文出处:[codecloud](http://codecloud.net/ios-mac-study-5155.html) ## 下拉刷新 * [EGOTableViewPullRefresh](https://github.com/enormego/EGOTableViewPullRefresh) – 最早的下拉刷新控件。 * [SVPullToRefresh](https://github.com/samvermette/SVPullToRefresh) – 下拉刷新控件。 * [MJRefresh](https://github.com/CoderMJLee/MJRefresh) – 仅需一行代码就可以为UITableView或者CollectionView加上下拉刷新或者上拉刷新功能。可以自定义上下拉刷新的文字说明。具体使用看“使用方法”。 (国人写) * [XHRefreshControl](https://github.com/xhzengAIB/XHRefreshControl) – XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。(国人写) * [CBStoreHouseRefreshControl](https://github.com/coolbeet/CBStoreHouseRefreshControl) – 一个效果很酷炫的下拉刷新控件。 * [BreakOutToRefresh](https://github.com/dasdom/BreakOutToRefresh) – 一个下拉刷新打砖块的开源 Swift 库,能让用户在等待下拉刷新的时候边玩撞球游戏边等待。 * [KYJellyPullToRefresh](https://github.com/KittenYang/KYJellyPullToRefresh) – 实现弹性物理效果的下拉刷新,神奇的贝塞尔曲线,配合UIDynamic写的一个拟物的下拉刷新动画。 * [MHYahooParallaxView](https://github.com/michaelhenry/MHYahooParallaxView) – 类似于Yahoo Weather和News Digest首屏的视差滚动。 * [SDRefreshView](https://github.com/gsdios/SDRefreshView) – 简单易用的上拉和下拉刷新(多版本细节适配)。 * [ZLSwiftRefresh](https://github.com/MakeZL/ZLSwiftRefresh) – swift下拉刷新/上拉加载更多,支持自定义动画,集成简单,兼容UITableView/CollectionView/ScrollView/WebView。 * [BreakOutToRefresh](https://github.com/dasdom/BreakOutToRefresh) – swift,上拉和下拉刷新。 * [GearRefreshControl](https://github.com/andreamazz/GearRefreshControl) – swift,上拉和下拉刷新。 * [refresher](https://github.com/jcavar/refresher) – swift,上拉和下拉刷新。 * [可展开/收缩的下拉菜单–SvpplyTable](http://d.cocoachina.com/code/detail/237753) – 一个可展开可收缩的下拉菜单,类似Svpply app。 * [ODRefreshControl](https://github.com/Sephiroth87/ODRefreshControl) – 原iOS6上的橡皮糖刷新样式,很有意思。现在也很多大的 App 在用,比如虾米音乐和 QQ 客户端。 * [PullToMakeSoup](https://github.com/Yalantis/PullToMakeSoup) – PullToMakeSoup, 自定义下拉刷新的动画效果:煮饭, Yalantis新作! * [TwitterCover](https://github.com/cyndibaby905/TwitterCover) – Twitter iOS客户端的下拉封面模糊效果。 * [Replace-iOS](https://github.com/MartinRGB/Replace-iOS) – Replace-iOS 让人眼前一亮的下拉刷新(iOS)。 * [Animations](https://github.com/KittenYang/Animations) – 封装了一下,使用的时候只要两行代码。一些动画的飞机稿,都是一些单独分离出来的用于测试的子动画,现在统一归类一下。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#模糊效果)模糊效果 * [FXBlurView](https://github.com/nicklockwood/FXBlurView) -be 支持iOS5.0以上版本,支持静态、动态模糊效果,继承与UIView的模糊特效。 * [VVBlurPresentation](https://github.com/onevcat/VVBlurPresentation) -很简单易用的在原来viewconntroller基础上做模糊,然后present新的viewcontroller的。 * [UICustomActionSheet](https://github.com/pchernovolenko/UICustomActionSheet) – 通过模糊背景来着重强调与菜单相关的元素–对话框 里面已经收藏。 * [SABlurImageView](https://github.com/szk-atmosphere/SABlurImageView) – 支持渐变动画效果的图像模糊化类库。P.S. 与前几天推存类库 SAHistoryNavigationViewController 是同一位作者。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#autolayout)AutoLayout * [Masonry](https://github.com/Masonry/Masonry) – Masonry是一个轻量级的布局框架,拥有自己的描述语法,采用更优雅的链式语法封装自动布局,简洁明了并具有高可读性( [使用介绍1](http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/) [使用介绍2](http://ios.jobbole.com/81483/)),[iOS自适应前段库-Masonry的使用](http://www.cocoachina.com/ios/20150702/12217.html)),[Masonry、Classy、ClassyLiveLayout介绍](http://www.jianshu.com/p/2ed5f7444900)。[使用DEMO](https://github.com/lcddhr/DDMasonryTest) 视图居中显示、子视图含边距、视图等距离摆放、计算ScrollView的contentsize。 * [Classy](https://github.com/cloudkite/Classy/) – Classy是一个能与UIKit无缝结合stylesheet(样式)系统。它借鉴CSS的思想,但引入新的语法和命名规则,[Classy官网](http://classy.as/getting-started/),[Masonry、Classy、ClassyLiveLayout介绍](http://www.jianshu.com/p/2ed5f7444900)。 * [ClassyLiveLayout](https://github.com/olegam/ClassyLiveLayout) – ClassyLiveLayout通过结合Classy stylesheets与Masonry一起使用,能够在运行的模拟器中微调Auto Layout约束实时显示效果的工具,[Masonry、Classy、ClassyLiveLayout介绍](http://www.jianshu.com/p/2ed5f7444900)。 * [Snap](https://github.com/Masonry/Snap) – Snap是Masonry Auto Layout DSL的Swift版本,是一款轻量级的布局框架,使用了更良好的语法封装了AutoLayout。Snap支持iOS和OS X。 * [PureLayout](https://github.com/smileyborg/PureLayout) – * [UIView-AutoLayout](https://github.com/smileyborg/UIView-AutoLayout) – Deprecated in favor of PureLayout, which includes OS X support:[https://github.com/smileyborg/PureLayout。](https://github.com/smileyborg/PureLayout%E3%80%82) * [Cartography](https://github.com/robb/Cartography) – * [Auto-Layout-Showcase](https://github.com/philcn/Auto-Layout-Showcase) – swift,AutoLayout 进阶 Demo,宽高比约束、比例约束、不等约束、视差约束、低优先级约束等高级用法,无需写码即可进行复杂页面布局,Demo 还动态模拟了各屏幕下的效果。来自百度知道 iOS 小组的内部分享。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#富文本)富文本 * [RTLabel](https://github.com/honcheng/RTLabel) – 富文本。 * [RTLabel](https://github.com/bingxue314159/RTLabel) – 富文本,RTLabel支持64位。 * [TYAttributedLabel](https://github.com/12207480/TYAttributedLabel) – TYAttributedLabel。 简单易用的属性文本控件(无需了解CoreText),支持富文本,图文混排显示,支持添加链接,image和UIView控件,支持自定义排版显示。 * [TQRichTextView](https://github.com/TinyQ/TQRichTextView) – 用于做富文本视图控件显示,用于即时通讯的表情显示,以及资源评论的富文本显示。 * [TTTAttributedLabel](https://github.com/mattt/TTTAttributedLabel) – 一个文字视图开源组件,是UILabel的替代元件,可以以简单的方式展现渲染的属性字符串。另外,还支持链接植入,不管是手动还是使用UIDataDetectorTypes自动把电话号码、事件、地址以及其他信息变成链接。[用TTTAttributedLabel创建变化丰富的UILabel](http://blog.csdn.net/prevention/article/details/9998575) – 网易新闻iOS版使用。 * [MLEmojiLabel](https://github.com/molon/MLEmojiLabel) – 自动识别网址、号码、邮箱、@、#话题#和表情的label。可以自定义自己的表情识别正则,和对应的表情图像。(默认是识别微信的表情符号),继承自TTTAttributedLabel,所以可以像label一样使用。label的特性全都有,使用起来更友好更方便。 * [FXLabel](https://github.com/nicklockwood/FXLabel) – FXLabel是一个功能强大使用简单的类库,通过提供一个子类改进了标准的UILabel组件,为字体增加了阴影、内阴影和渐变色等,可以被用在任何标准的UILabel中。FXLabel还提供了更多控件,可以对字体行距、字体间距等进行调整。 * [WFReader](https://github.com/TigerWf/WFReader) – 一款简单的coretext阅读器,支持文本选择、高亮以及字体大小选择等。 * [WPAttributedMarkup](https://github.com/nigelgrange/WPAttributedMarkup) – 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。 * [KMPlaceholderTextView](https://github.com/MoZhouqi/KMPlaceholderTextView) – 可显示多行 placeholder 的 textView,可以在IB里面设置 — swift。 * [HHFlashSwitch](https://github.com/mrchenhao/HHFlashSwitch) – 一个另类的UISwitch,选择后,背景水波扩散变色效果。 * [UUColorSwitch](https://github.com/zhangyu9050/UUColorSwitch) – Switch 开关动画效果,当打开开关时,Switch可实现平滑渲染过渡到父视图的效果。 * [UITextViewDIYEmojiExample](https://github.com/zekunyan/UITextViewDIYEmojiExample) – [UITextView编辑时插入自定义表情-简单的图文混编](http://tutuge.me/2015/03/07/UITextView%E7%BC%96%E8%BE%91%E6%97%B6%E6%8F%92%E5%85%A5%E8%87%AA%E5%AE%9A%E4%B9%89%E8%A1%A8%E6%83%85-%E7%AE%80%E5%8D%95%E7%9A%84%E5%9B%BE%E6%96%87%E6%B7%B7%E7%BC%96/)。 * [Shimmer](https://github.com/facebook/Shimmer) – BlingBling闪光效果,酷炫的Label的效果,可以用于加载等待提示。 * [ZSSRichTextEditor](https://github.com/nnhubbard/ZSSRichTextEditor) – 适用于iOS的富文本WYSIWYG编辑器,支持语法高亮和源码查看。ZSSRichTextEditor包含所有WYSIWYG标准的编辑器工具。 * [RichEditorView](https://github.com/cjwirth/RichEditorView) – swift,一套可定制富文本编辑器组件及示例。功能完整、代码简练、实现逻辑巧妙(编辑器核心与 WebView 结合,采用 HTML5 contentEditable 编辑模式,执行JS 配套命令 execCommand 实现富文本编辑功能)。 * [DTCoreText](https://github.com/Cocoanetics/DTCoreText) – 可以解析HTML与CSS最终用CoreText绘制出来,通常用于在一些需要显示富文本的场景下代替低性能的UIWebView。[DTCoreText源码解析](http://blog.cnbang.net/tech/2630/)。 * [CSGrowingTextView](https://github.com/cloverstudio/CSGrowingTextView) – 用作即时通讯文本框和评论文本框使用,可以显示多行输入。 * [MarkdownTextView](https://github.com/indragiek/MarkdownTextView) – 显示Markdown的TextView。 * [高仿微信限定行数文字内容](http://d.cocoachina.com/code/detail/300299) – 采用Autolayout高仿微信纯文字限定行数。 * [FuriganaTextView](https://github.com/lingochamp/FuriganaTextView) – 实现复杂的日文韩文排版。 * [ParkedTextField](https://github.com/gmertk/ParkedTextField) – 带固定文本的输入组件。 * [LTMorphingLabel](https://github.com/lexrus/LTMorphingLabel) – swift 能够实现文字变形动画效果的Label,用Swift写的一个能够实现文字变形动画效果的Label,很炫。 * [GJCFCoreText](https://github.com/zyprosoft/GJCFCoreText) – 图文混排。 * [AttributedLabel](https://github.com/KyoheiG3/AttributedLabel) – 显示性能数量级 UILabel 的 AttributedLabel。无畏无惧、挑战权威。 * [FFLabel](https://github.com/liufan321/FFLabel) – 自动检测 URLs, @username, #topic# 等关链词(提供响应扩展)。实用的标签文本小组件。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#图表)图表 * [PNChart](https://github.com/kevinzhow/PNChart) – 国内开源作者,动态的图表。 * [swift-linechart](https://github.com/zemirco/swift-linechart) – 功能完整、实用的折线图组件。使用方便,参数配置简单。是不可多得的优质组件–swift。 * [ios-charts](https://github.com/danielgindi/ios-charts) – 一款优秀 Android 图表开源库 MPAndroidChart 的 Swift 语言实现版(支持 Objective-C 和 Swift 调用)。缺省提供的示例代码为 Objective-C。 * [TEAChart](https://github.com/xhacker/TEAChart) – xhacker/TEAChart 一个简洁的 iOS 图表库,支持柱状图、饼图以及日历等。 * [YOChartImageKit](https://github.com/yasuoza/YOChartImageKit) – 支持在watchOS上绘制图表,看它最近更新挺勤快的,可以关注一下。 * [RealtimeGradientText](https://github.com/kevinzhow/RealtimeGradientText) – Fun With CALayer Mask 刚好今天开源了一个有趣的项目 RealtimeGradientText,所以也好聊一下 CALayer 的 Mask,[说明](http://blog.zhowkev.in/2015/07/06/fun-with-mask/)。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#表相关)表相关 * [SWTableViewCell](https://github.com/onevcat/SWTableViewCell) – 国内开源作者,带很多手势的表单元格。 * [MCSwipeTableViewCell](https://github.com/alikaragoz/MCSwipeTableViewCell) – 带很多手势的表单元格。 * [TMQuiltView](https://github.com/1000Memories/TMQuiltView) – 瀑布流。 * [WaterfallFlowDemo](https://github.com/lengmolehongyan/WaterfallFlowDemo) – 一个简单的UICollectionView瀑布流布局演示demo。 * [XLForm](https://github.com/xmartlabs/XLForm) – 很多表格类的table,写法更高冷一点,推荐使用。 * [RETableViewManager](https://github.com/romaonthego/RETableViewManager) – 可以十分方便地生成各种样式、各种功能的TableView。只要开发者能想到的列表效果或者功能,都可以利用这份代码迅速编写出来。比如,之前要实现一个填写各种资料的列表,可能需要很多代码,现在只需要几行代码就可以实现。 * [UIScrollSlidingPages](https://github.com/TomThorpe/UIScrollSlidingPages) – 允许添加多视图控件,并且可以横向滚动。有点类似于Groupon app。 * [HBHorizontalTableView](https://github.com/izyhuang/HBHorizontalTableView) – swift,TableView 横向滚动小示例(仿照 AppStore 应用展示)。 * [HorizontalScrollCell](https://github.com/mcelayir/HorizontalScrollCell) – HorizontalScrollCell是一款使用方便的水平方向可滚动的单元格,适用于UICollectionView中实现水片方向滚动视图。 。 * [SYJiugonggeTableView](https://github.com/shiyuan17/SYJiugonggeTableView) – tableView封装的九宫格。 * [UUChatTableView](https://github.com/ZhipingYang/UUChatTableView) – UUChatTableView 气泡聊天界面,支持文本、图片以及音频的气泡聊天界面。[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。 * [Chats](https://github.com/acani/Chats) – 聊天 UI 示例程序。此项目应该只为演示或学习之用,没有服务器 — swift。 * [Atlas-iOS](https://github.com/layerhq/Atlas-iOS) – 快速在iOS里集成聊天功能,类似开源版本的环信。Layer家开源了一套聊天app界面的解决方案.看起来很赞,很多蛮复杂的东西直接都帮封好了。不得不说现在做app开发真是很简单,大部分时间搭积木就可以了。[官方网站](https://atlas.layer.com/)。 * [DLSlideView](https://github.com/agdsdl/DLSlideView) – DLSlideView对常见的顶部Tab页点击、滑动分页做了封装。它使用基于ViewController的container特性(而不是scrollview)来管理各个子页面,以支持无限分页,[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。 * [VOVCManager](https://github.com/pozi119/VOVCManager) – 页面管理器:1.跳转指定页面,只需要知道viewController的Class名,如果有storyboard,则需要指定storyboard名;2.无需添加基类;3.支持URLScheme跳转指定页面。 * [MBXPageViewController](https://github.com/Moblox/MBXPageViewController) – 简洁快速的页面切换–MBXPageViewController,带有按钮控件的UIPageController,非常整洁、简单以及快速。该项目通过三种形式展示页面之间的切换,比如导航栏上的多个tab切换、页面左右两端箭头指示切换,以及使用分段控件。 * [PagerTab](https://github.com/ming1016/PagerTab) – UIScrollView实现滑动转换页面,类似网易云音乐iOS版的页面滑动切换效果。 * [GUITabPagerViewController](https://github.com/guilhermearaujo/GUITabPagerViewController) – 多个tab滑动切换。 * [VOMetroLayoutDemo](https://github.com/pozi119/VOMetroLayoutDemo) – Metro风格的UICollectionView, 目前只支持横向布局,仅在iPad上应用。 * [KYCellAnimation](https://github.com/KittenYang/KYCellAnimation) – 给UITableViewCell增加进入的动画。 * [COBezierTableView](https://github.com/knutigro/COBezierTableView) – swift,通过编辑 Bezier 曲线四点位置设置 TableView 内 Cell 及对应按扭位置。实验效果很赞。 * [RDVTabBarController](https://github.com/robbdimitrov/RDVTabBarController) – 一个TabBar组件,可以方便设置底部菜单的文字图片,点击效果,小红点提示等。 * [LxTabBarController](https://github.com/DeveloperLx/LxTabBarController) – 改变了原生tabbar切换tab时的生硬效果,并加入滑动切换手势(有和界面上的其它手势发生冲突的风险,可根据具体项目予以关闭),[swift版本](https://github.com/DeveloperLx/LxTabBarController-swift)。 * [横向展示文本内容的自定义cell](http://d.cocoachina.com/code/detail/298409) – 可以横向展示文本内容的自定义cell,根据文本无限滚动。 * [UITableView-FDTemplateLayoutCell](https://github.com/forkingdog/UITableView-FDTemplateLayoutCell) – UITableView-FDTemplateLayoutCell 是一个方便缓存 UITableViewCell 的高度的框架。 * [ExpandingStackCells](https://github.com/jozsef-vesza/ExpandingStackCells) – 采用 UIStackView 实现表格单元格扩展内容显示示例及解决方案。 * [Sapporo](https://github.com/nghialv/Sapporo) – swift 单元格模型驱动的集合视图管理器组件。又一个超实用的“轮子”。 * [MDIHorizontalSectionTableViewController](https://github.com/WeeTom/MDIHorizontalSectionTableViewController) – 根据产品需求开源了一个交互项目,可以理解为横向Section的TableView,section和cell同时支持拖拽,后续安卓版本也会开源出来。 * [JZNavigationExtension](https://github.com/JazysYu/JZNavigationExtension) – 多功能导航控制器,可以透明返回栏。 * [QuickRearrangeTableView](https://github.com/okla/QuickRearrangeTableView) – 基于 UITableView 的快速重排功能扩展子类。通过长按选定单元格然后滚动移动到指定位置。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#隐藏与显示)隐藏与显示 * [SlideTapBar](http://d.cocoachina.com/code/detail/286102) – 滚动栏菜单,向上滚动时隐藏tabbar,向下滚动马上显示tabbar。 * [FoldingTabBar.iOS](https://github.com/Yalantis/FoldingTabBar.iOS) – 可折叠Tab Bar和Tab Bar Controller。 * [LTNavigationBar](https://github.com/ltebean/LTNavigationBar) – LTNavigationBar为app导航栏添加动态着色效果,可自定义其背景色。Demo包含:1.变换背景色;2.滚动视图,导航栏和状态栏重叠。 * [BLKFlexibleHeightBar](https://github.com/bryankeller/BLKFlexibleHeightBar) – 固定Header的效果库。。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#hud与toast)HUD与Toast * [MBProgressHUD](https://github.com/jdg/MBProgressHUD) – 最多人用的loading。 * [SVProgressHUD](https://github.com/TransitApp/SVProgressHUD) – SVProgressHUD的loading,如果你需要定制化的等待提示器,这个就是了(也许是最好的)。。 * [ProgressHUD](https://github.com/relatedcode/ProgressHUD) – ProgressHUD的loading,使用最简单。 * [MMProgressHUD](https://github.com/mutualmobile/MMProgressHUD) – 设置HUD出现和消失的方式(包括上下、左右、淡入淡出、放大缩小等等),设置HUD的内容(可以在HUD中加入帧动画、动态图片等等),设置HUD出现时的底部覆盖层颜色,等等。总而言之,这是一份集大成的HUD代码。慢慢看视频吧,囊括了所有效果。 * [WSProgressHUD](https://github.com/devSC/WSProgressHUD) – 一个小巧精致的HUD,支持添加到自定义View上, 还有更多小细节.。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#对话框)对话框 * [WCAlertView](https://github.com/m1entus/WCAlertView) – 自定义的对话框。 * [IOS7AlertView](https://github.com/wimagguc/ios-custom-alertview) – IOS7AlertView的对话框。 * [AMSmoothAlert](https://github.com/mtonio91/AMSmoothAlert) – 动画效果不错,最多star,但不支持arm64。 * [DQAlertView](https://github.com/dinhquan/DQAlertView) – 扁平化的样式不错。 * [HHAlertView](https://github.com/mrchenhao/HHAlertView) – 一个简易的alertview 有三种样式,有成功,失败,和警告三种样式,支持Delegate和block两种回调。 * [MJPopupViewController](https://github.com/martinjuhasz/MJPopupViewController) – 实现弹出视图的各种弹出和消失效果,包括淡入淡出(fade in,fade out),从屏幕上方飞进,下方飞出,从屏幕左方飞进,右方飞出等等效果,弹窗。 * [EasyTipView](https://github.com/teodorpatras/EasyTipView) – 弹出提示框类及演示示例。同样地,API 简单、易用。好“轮子”,弹窗。 * [kxmenu](https://github.com/kolyvan/kxmenu) – kxmenu弹出菜单,点击视图上任意位置的按钮,会弹出一个菜单,并且有个小箭头指向点击的按钮,类似气泡视图。弹出的菜单位置会根据按钮的位置来进行调整。 * [QBPopupMenu](https://github.com/questbeat/QBPopupMenu) – QBPopupMenu弹出菜单,实现类似 UIMenuItem 的弹出菜单按钮。点击按钮,会弹出一个菜单,上面可以排列多个按钮。纯代码实现,不需要任何图片。 * [STModalDemo](https://github.com/zhenlintie/STModalDemo) – 弹出视图(通知,提示,选择,窗口)。 * [TAOverlay](https://github.com/TaimurAyaz/TAOverlay) – TAOverlay可通过叠加层展示有用的信息,可自定义文本和背景色,添加阴影和模糊效果,以及更改字体大小或者用自定义图片替换页面上的icon。 * [UICustomActionSheet](https://github.com/pchernovolenko/UICustomActionSheet) – 通过模糊背景来着重强调与菜单相关的元素–模糊效果 里面已经收藏。 * [ActionSheetPicker-3.0](http://code.cocoachina.com/detail/232178) – 该项目是此前热门项目ActionSheetPicker的新版本,快速复制了iOS 8上的下拉 UIPickerView/ActionSheet功能。 * [MJAlertView](https://github.com/mayuur/MJAlertView) – 3D效果转场效果警示图–MJAlertView。 * [SwiftyDrop](https://github.com/morizotter/SwiftyDrop) – 轻量、易用的小清新弹出列表及信息提示组件真心不错。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#其他ui)其他UI * [AwesomeMenu](https://github.com/levey/AwesomeMenu) – 最多人用的Path菜单。 * [DCPathButton](https://github.com/Tangdixi/DCPathButton) – Path,4.0的弹出菜单,呼出或者关闭菜单时,多个小图标会分别按照逆时针和顺时针的方向进行滚动。 * [SphereMenu](https://github.com/itouch2/SphereMenu) – 利用UIDynamicAnimator的有趣的菜单,path类似。 * [KYGooeyMenu](https://github.com/KittenYang/KYGooeyMenu) – KYGooeyMenu 是一个具有 Gooey Effects 带粘性的扇形菜单控件(卫星菜单、path)。 * [TwitterPaggingViewer](https://github.com/xhzengAIB/TwitterPaggingViewer) – 多个Tableview,左右滑动。 * [CircularProgressControl](https://github.com/carantes/CircularProgressControl) – Circular Progress Control using CAShapeLayer ,环形进度控制条。 * [KDCircularProgress](https://github.com/kaandedeoglu/KDCircularProgress) – KDCircularProgress是使用swift制作的色彩炫丽的进度条,可以加入多种颜色来控制进度条的渐变效果。 * [XLPagerTabStrip](https://github.com/xmartlabs/XLPagerTabStrip) – 做的很棒的iOS下的PagerTabStrip。 * [RandomColorSwift](https://github.com/onevcat/RandomColorSwift) – 一个自动生成好看的颜色的 Swift 库,RandomColorSwift。 * [HexColorService](https://github.com/ChangweiZhang/HexColorService) – 将16进制颜色字符串转成UIColor。 * [Rainbow](https://github.com/NorthernRealities/Rainbow) – 旨在提高代码可读性及易用性的 UIColor 扩展,它使原先有限的预定义颜色(方法)选择,扩展至超过 1200 种。 * [UIColor-ChineseTraditionalColors](https://github.com/zhxnlai/UIColor-ChineseTraditionalColors) – 中国传统颜色引用 UIColor 扩展。“UIColor.桃红(),UIColor.竹青() …”,共158种。 * [类似美团的下拉菜单](http://code.cocoachina.com/detail/284158) – 类似美团的下拉菜单,[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。 * [类似美团的下拉选项](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) – 类似于美团、大众点评的下拉菜单选项,code4app代码,评论代码有瑕疵。 * [CRMediaPickerController](http://code.cocoachina.com/detail/284267) – 一个简单易用的图片/视频选择器。1.可同时选择照片和视频。 2.挑选范围有Camera、Camera Roll、Photo Library以及最近拍摄的照片和视频。3.可自定义UIImagePickerController属性(Camera Overlay、Camera Device、Camera View Transform以及allowsEditing)。4.支持横屏和竖屏5.原生的iOS UI。,[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。 * [MDCSwipeToChoose](https://github.com/modocache/MDCSwipeToChoose) – MDCSwipeToChoose可简单地添加滑动手势来调用UIView,并使用该行为提供了一个组件以创建类似Tinder app的like或者dislike界面的轻扫。基于轻扫的方向,你可以决定执行什么样的行为,并且你可以自定义文本颜色和图片。该项目适用于教学用的抽认卡、图片查看器以及其他等。 * [iOS Material Design库](http://d.cocoachina.com/code/detail/285611) – 该项目借鉴于谷歌的Material Design guideline,用户可自定义背景色。 * [ZMaterialDesignUIButton](https://github.com/richzertuche/ZMaterialDesignUIButton) – Swift Material Design UIButton。 * [MediumScrollFullScreen](https://github.com/pixyzehn/MediumScrollFullScreen) – Medium的可扩展滚动页面,上下滚动时,全屏显示内容,并自然消隐上下菜单。由此项目感知,作者是一位很注重细节的开发者,他的另外[几个菜单类项目](https://github.com/pixyzehn)也都不错,值得参考,比如:PathMenu, MediumMenu 等。 * [SDProgressView](https://github.com/gsdios/SDProgressView) – 简便美观的进度指示器,此系列共有六种样式的进度指示器。 * [WZFlashButton](https://github.com/SatanWoo/WZFlashButton) – WZFlashButton,点击后button里面出现水波扩散效果。 * [Twinkle](https://github.com/piemonte/Twinkle) – 为字体加上钻石版闪耀的效果。使用Swift编写。 * [ios-multi-back-button](https://github.com/palmin/ios-multi-back-button) – 可替换内置的UInavigationController返回按钮,长按左上角的返回按钮,实现多层级的快速返回。 * [ASDayPicker](http://code.cocoachina.com/detail/226543) – 适用于iOS (iPhone)的日期选择器,类似于Calendar app的周视图。 * [today extension](http://adad184.com/2014/10/29/2014-10-29-how-to-setup-today-extension-programmatically/) – 用纯代码构建一个Widget(today extension) 。 * [FSCalendar](https://github.com/f33chobits/FSCalendar) – 日历视图,带有微妙和平滑的滚动效果,可自定义外观–国人。 * [HSDatePickerViewController](https://github.com/EmilYo/HSDatePickerViewController) – 带有Dropbox Mailbox感觉的时间日期选择器。启动是背景被模糊化。界面也是主流的扁平化风格。 * [JTCalendar](https://github.com/jonathantribouharet/JTCalendar) – iOS下优美的 Calendar 组件,做 GTD 类 App 必备。 * [Persei](https://github.com/Yalantis/Persei) – 动画隐藏或显示顶部菜单支持库及示例项目。–swift * [Form](https://github.com/hyperoslo/Form) – JSON 驱动的 Form表单系统,复杂的表单填写类 App 极其需要(比如淘宝呢!)。 * [SwiftyFORM](https://github.com/neoneye/SwiftyFORM) – swift 表单输入框架(亮点是表单验证规则引擎),是我见过地最易用的 Swift 表单组件。 * [SwiftSpinner](https://github.com/icanzilb/SwiftSpinner) – SwiftSpinner是使用swift制作的一款精致带感的指示器,并且连带有字体信息显示,模糊背景,半透明,扁平化等IOS8的效果。 * [AKPickerView-Swift](https://github.com/Akkyie/AKPickerView-Swift) – 一款小而美的 3D 效果选择器。 * [ImagePickerSheet](https://github.com/larcus94/ImagePickerSheet) – 图片或视频选择器(可多选)组件及其示例项目。 * [iOS-RatingBar](https://github.com/saiwu-bigkoo/iOS-RatingBar) – iOS-RatingBar swift版的评分控件,跟Android的RatingBar一样有两种模式,评分模式和只读模式’支持视图编辑,自定义星星数量,评分等级,另外还能支持非整数星,0.5颗星,0.1颗星,可以开启动画效果。 * [RKNotificationHub](https://github.com/cwRichardKim/RKNotificationHub) – 快速给 UIView 添加上炫酷的通知图标(Badge、红点、提示)。 * [BubbleTransition](https://github.com/andreamazz/BubbleTransition) – 以气泡膨胀和缩小的动画效果来显示和移除 controller,Uber的就是这种取消操作的方式。 * [KYFloatingBubble](https://github.com/KittenYang/KYFloatingBubble) – 类似iOS7中Game Center浮动气泡的效果。 * [DKNightVersion](https://github.com/Draveness/DKNightVersion) – DKNightVersion 是一个支持夜间模式切换的框架。 * [EasyUIControl](https://github.com/sx1989827/EasyUIControl) – 一个可以简化界面ui的控件框架。 * [LxGridView-oc](https://github.com/DeveloperLx/LxGridView) [LxGridView-swift](https://github.com/DeveloperLx/LxGridView-swift) – 利用UICollectionView模仿iOS系统桌面图标的交互,作用如动图。 * [QQBtn](https://github.com/ZhongTaoTian/QQBtn) – 仿QQ未读消息弹性按钮动画,达到和手机QQ未读信息一样的动画效果,效果基本实现。 * [GMStepper](https://github.com/gmertk/GMStepper) – swift 带动画效果、支持手势滑动操作的步进标签。 * [TZStackView](https://github.com/tomvanzummeren/TZStackView) – OS 9 UIStackView 功能模拟实现于 iOS 7/ iOS 8 内。 * [LayoutTrait](https://github.com/441088327/LayoutTrait) – swift 一个小类库。 做iPad 多任务分屏 适配的同学可以看一下。 * [HACursor](https://github.com/HAHAKea/HACursor) – HACursor,是一个对横向ScrollView中的视图进行管理的UI控件。只要几行代码就可以集成类似于网易新闻对主题页面进行排序,删除操作的功能。 * [Ruler](https://github.com/nixzhu/Ruler) – 尺子。