iOS第三方资源

来源:互联网 发布:北京市十一学校 知乎 编辑:程序博客网 时间:2024/04/29 18:38

一:第三方插件

1:基于响应式编程思想的oc

地址:https://github.com/ReactiveCocoa/ReactiveCocoa

2:hud提示框

地址:https://github.com/jdg/MBProgressHUD

3:XML/HTML解析

地址:https://github.com/topfunky/hpple

4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置

地址:https://github.com/michaeltyson/TPKeyboardAvoiding

5:状态栏提示框

地址:https://github.com/jaydee3/JDStatusBarNotification

6:block工具包。将很多需要用delegate实现的方法整合成了block的形式

地址:https://github.com/zwaldowski/BlocksKit

7:图片加载

地址:https://github.com/rs/SDWebImage

8:正则表达式

地址:https://github.com/wezm/RegexKitLite

9:Masonry代码布局

地址:https://github.com/SnapKit/Masonry

10:弹出窗

地址:https://github.com/sberrevoets/SDCAlertView

11:Button的样式

地址:https://github.com/mattlawer/BButton

12:验证网络连接状态

地址:https://github.com/tonymillion/Reachability

13:自动计算表格行高

地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

14:动画效果的启动页

地址:https://github.com/IFTTT/JazzHands

15:iOS快速简单集成国内三大平台分享

地址:https://github.com/xumeng/XMShareModule

16:五项能力值展示的五边形

地址:https://github.com/dsxNiubility/SXFiveScoreShow

17:自动识别网址号码邮箱和表情的label

地址:https://github.com/molon/MLEmojiLabel

18:IM对话功能的封装

地址:https://github.com/ZhipingYang/UUChatTableView

19:字典转模型框架

地址:https://github.com/CoderMJLee/MJExtension

20:下拉上拉刷数据

地址:https://github.com/CoderMJLee/MJRefresh

21:表格行左右划动菜单

地址:https://github.com/MortimerGoro/MGSwipeTableCell

22:图文混搭

地址:https://github.com/zhouande/TLAttributedLabel

23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图

地址:https://github.com/DrummerB/BFNavigationBarDrawer

24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。

地址:https://github.com/Nyx0uf/NYXImagesKit

25:底部TabBar

地址:https://github.com/robbdimitrov/RDVTabBarController

26:表情面版

地址:https://github.com/ayushgoel/AGEmojiKeyboard

27:记录框架

地址:https://github.com/CocoaLumberjack/CocoaLumberjack

28:IOS与javascript交互

地址:https://github.com/marcuswestin/WebViewJavascriptBridge

29:图表统计展示

地址:https://github.com/kevinzhow/PNChart

30:appStore评分

地址:https://github.com/arashpayan/appirater

31:iOS-Categories 扩展类大全

地址:https://github.com/shaojiankui/IOS-Categories

32:扫描二维码,仿微信效果,带有扫描条

地址:https://github.com/JxbSir/JxbScanQR

33:动效弹出视图(弹出窗里面为文字,可以定义弹出的方向,及显示的时间)--AMPopTip

地址:https://github.com/andreamazz/AMPopTip

34:基于Masonry自动计算行高扩展

地址:https://github.com/632840804/HYBMasonryAutoCellHeight

 35:模仿新浪微博弹出菜单

地址:https://github.com/wwdc14/HyPopMenuView

 36:搜索历史标签

地址:https://github.com/zhiwupei/SearchHistory

 37:快速集成新手引导的类库

地址:https://github.com/StrongX/XSportLight

38:设置页面的封装

地址:https://github.com/renzifeng/ZFSetting

39:带箭头的弹出视图插件

地址:https://github.com/xiekw2010/DXPopover

40:下拉菜单插件

地址:https://github.com/dopcn/DOPDropDownMenu/

41:表格空白提示插件

地址:https://github.com/dzenbot/DZNEmptyDataSet

42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)

地址:https://github.com/Seitk/UIView-Shadow-Maker

43:不错的日期时间插件

地址:https://github.com/CoderXL/UUDatePicker

44:底部弹出选择

地址:https://github.com/skywinder/ActionSheetPicker-3.0

45:比较不错的引导页面插件

地址:https://github.com/ealeksandrov/EAIntroView

46:两个APP跳转的插件

地址:https://github.com/usebutton/DeepLinkKit

47:本地存取NSUserDefaults插件

地址:https://github.com/gangverk/GVUserDefaults

48:NSArray 和 NSDictionary关于LINQ的操作方式,封装一些常用的操作

地址:https://github.com/ColinEberhardt/LinqToObjectiveC

49:可以监控网络请求的内容

地址:https://github.com/coderyi/NetworkEye

50:时间帮助插件,可以快速获取时间,比较,增加等操作

地址:https://github.com/MatthewYork/DateTools

51: 不错的链式动作

地址:https://github.com/jhurray/JHChainableAnimations

52:弹出层视图,背景效果(可以自定义视图的内容)

地址:https://github.com/HJaycee/JCAlertView

53:圆形进度条的显示,中间可显示值

地址:https://github.com/mdinacci/MDRadialProgress

54:很帅的数据加载动画(可以用于数据列表加载的展现)

地址:https://github.com/NghiaTranUIT/FeSpinner 

55:一个开源的AFnetworking上层的封装(猿题库等运用)

地址:https://github.com/yuantiku/YTKNetwork

56:CBStoreHouseRefreshControl:一个效果很酷炫的下拉刷新控件

地址:https://github.com/coolbeet/CBStoreHouseRefreshControl

57:AFNetworking-RACExtensions:针对ReactiveCocoa的AF封装

地址:https://github.com/CodaFi/AFNetworking-RACExtensions

58:模糊效果(毛玻璃)

地址:https://github.com/nicklockwood/FXBlurView

 

二:源代码实例

1:Coding.net客户端

地址:https://coding.net/u/coding/p/Coding-iOS/git

2:高仿美团iOS版

地址:https://github.com/lookingstars/meituan

3:模仿网易新闻做的精仿网易新闻

地址:https://github.com/dsxNiubility/SXNews

4:支付宝高仿版

地址:https://github.com/gsdios/GSD_ZHIFUBAO

5:高仿百度传课iOS版

地址:https://github.com/lookingstars/chuanke

6:模仿一元云购

地址:https://github.com/JxbSir/YiYuanYunGou

7:wordpress源代码

地址:https://github.com/wordpress-mobile/WordPress-iOS

8:v2ex源代码(文章类型,若报SVProgressHUD错,则把Podfile中的SVProgressHUD移除)

地址:https://github.com/singro/v2ex

9:PHPHub客户端(IOS8.0以上)

地址:https://github.com/Aufree/phphub-ios

10:快速搭建项目源代码

地址:https://github.com/wujunyang/MobileProject

 

三:辅助软件

1:XCODE文档注解插件VVDocumenter

地址:https://github.com/onevcat/VVDocumenter-Xcode

2:将JSON格式化输出为模型的属性

地址:https://github.com/EnjoySR/ESJsonFormat-Xcode

3:图片提示插件

地址:https://github.com/ksuther/KSImageNamed-Xcode

4:图片转换插件

地址:https://github.com/rickytan/RTImageAssets

四:GitHub前50名的Objecttive-C动画相关库

1FlatUIKit


Grouper

star:6362

A collection of awesome flat UI components for iOS.


iCarousel


Nick Lockwood

star:5931

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS http://www.charcoaldesign.co.uk/source/cocoa#icarousel


Shimmer


Facebook

star:5867

An easy way to add a simple, shimmering effect to any view in an iOS app.


PNChart


Kevin

star:5389

A simple and beautiful chart lib used in Piner and CoinsMan for iOS

注:很好用的图表统计


RESideMenu


Roman Efimov

star:5224

iOS 7/8 style side menu with parallax effect.

注:左右切换风格菜单和视差效果


SWTableViewCell


Christopher Wendel

star:5077

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)

注:一个易于使用的UITableViewCell子类实现swippable内容视图公开工具按钮(类似于iOS 7邮件应用程序)


JVFloatLabeledTextField


Jared Verdi

star:4776

UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users



10 JazzHands


IFTTT

star:4649

A simple keyframe-based animation framework for UIKit. Perfect for scrolling app intros. http://ifttt.github.io


11 Chameleon


Vicc Alexander

star:4575

Flat Color Framework for iOS (Obj-C & Swift)


12 AwesomeMenu


Jiangang Zhu

star:4397

Path 2.0 menu using CoreAnimation :) https://github.com/levey/AwesomeMenu


13 popping


André Schneider

star:4017

A collection of animation examples for iOS apps.


14 ECSlidingViewController


ECSlidingViewController

star:3979

Customizable sliding view controller container.


15 SVPullToRefresh


Sam Vermette

star:3736

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code. http://samvermette.com/314


16 FXBlurView


Nick Lockwood

star:3623

UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above.


17 SWRevealViewController


John Lluch Zorrilla

star:2959

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right!


18 JBChartView


Jawbone

star:2866

iOS-based charting library for both line and bar graphs.


19 CRToast


Collin Ruffenach

star:2848

A modern iOS toast view that can fit your notification needs


20 VCTransitionsLibrary


Colin Eberhardt

star:2785

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.


21 CBStoreHouseRefreshControl


Suyu Zhang

star:2771

Fully customizable pull-to-refresh control inspired by Storehouse iOS app


22 PaperFold-for-iOS


honcheng

star:2668

Paper folding animation for iOS


23 MCSwipeTableViewCell


Ali Karagoz

star:2664

Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).


24 twui


Twitter, Inc.

star:2617

A UI framework for Mac based on Core Animation


25 Atlas-iOS


Layer

star:2566

Atlas is a library of native iOS communications user interface components for Layer. http://atlas.layer.com


26 REFrostedViewController


Roman Efimov

star:2454

iOS 7/8 style blurred view controller that appears on top of your view controller.


27 MGSwipeTableCell


Imanol Fernandez

star:2441

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.


28 AQGridView


Jim Dovey

star:2414

A grid view for iPhone/iPad, designed to look similar to NSCollectionView. http://quatermain.tumblr.com/


29 M13ProgressSuite


Brandon McQuilkin

star:2411

A suite containing many tools to display progress information on iOS.


30 EAIntroView


Evgeny Aleksandrov

star:2348

Highly customizable drop-in solution for introduction views.


31 PSTCollectionView


Peter Steinberger

star:2329

Open Source, 100% API compatible replacement of UICollectionView for iOS4.3+ http://petersteinberger.com


32 Chameleon


Sean Heber

star:2319

Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X. http://chameleonproject.org/


33 GMGridView


Gulam Moledina

star:2276

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.


34 SIAlertView


Sumi Interactive

star:2212

An UIAlertView replacement with block syntax and fancy transition styles.


35 CHTCollectionViewWaterfallLayout


Nelson

star:2139

The waterfall (i.e., Pinterest-like) layout for UICollectionView.


36 JHChainableAnimations


Jeff Hurray

star:2122

Easy to read and write chainable animations in Objective-C


37 CMPopTipView


Chris Miles

star:2088

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips. https://github.com/chrismiles/CMPopTipView


38 MRProgress


Marius Rackwitz

star:2059

Collection of iOS drop-in components to visualize progress


39 NJKWebViewProgress


Satoshi Asano

star:2034

UIWebView progress interface


40 LTNavigationBar


Leo

star:2021

UINavigationBar Category which allows you to change its appearance dynamically


41 FoldingTabBar.iOS


Yalantis

star:2016

Folding Tab Bar and Tab Bar Controller https://yalantis.com


42 Chameleon


Peter Steinberger

star:2004

open source implementation of Twitter/iPad stacked ui - done right. http://twitter.com/steipete


43 RNFrostedSidebar


Ryan Nystrom

star:1987

A Control Center-esque control with blurred background and toggle animations.

注:弹出带有模糊背景的选择控制器并选中动画


44 VBFPopFlatButton


Victor Baro

star:1982

Flat button with 9 different states using POP


45 REMenu


Roman Efimov

star:1973

Dropdown menu inspired by Vine.


46 iOS-blur


César Pinto Castillo

star:1934

Blur a UIView


47 ZLSwipeableView


Zhixuan Lai

star:1879

A simple view for building card like interface inspired by Tinder and Potluck.


48 BEMSimpleLineGraph


Boris-Em

star:1859

Elegant Line Graphs for iOS (charting library)


49 MPFoldTransition


Mark Pospesel

star:1816

Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers http://markpospesel.com/2012/05/07/mpfoldtransition/


50 AMWaveTransition


Andrea Mazzini

star:1807

Custom transition between viewcontrollers holding tableviews?



补充:http://blog.csdn.net/yipanbo/article/details/40047735


0 0
原创粉丝点击