-
Notifications
You must be signed in to change notification settings - Fork 25
/
library.md
36 lines (29 loc) · 2.57 KB
/
library.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# IOS 开发常用的第三方库 iOS frameworks
> [部分翻译引用自 awesome-ios](https://github.com/vsouza/awesome-ios#testing) awesome IOS 针对不同的功能用途做了归类并标注了是否支持swift.
> [一些知名公司的github地址](github_url.md)
* [ReactiveCocoa 基于响应式编程思想的oc](https://github.com/ReactiveCocoa/ReactiveCocoa)
* [MBProgressHUD hud提示框](https://github.com/jdg/MBProgressHUD)
* [XML/HTML解析](https://github.com/topfunky/hpple)
* [TPKeyboardAvoiding 有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置](https://github.com/michaeltyson/TPKeyboardAvoiding)
* [JDStatusBarNotification 状态栏提示框](https://github.com/jaydee3/JDStatusBarNotification)
* [BlocksKit block工具包。将很多需要用delegate实现的方法整合成了block的形式](https://github.com/zwaldowski/BlocksKit)
* [SDWebImage 图片加载](https://github.com/rs/SDWebImage)
* [RegexKitLite 正则表达式](https://github.com/wezm/RegexKitLite)
* [Masonry 代码布局](https://github.com/SnapKit/Masonry)
* [AlertView 弹出窗](https://github.com/roycms/AlertView)
* [Reachability 验证网络连接状态](https://github.com/tonymillion/Reachability)
* [UITableView-FDTemplateLayoutCell 自动计算表格行高](https://github.com/forkingdog/UITableView-FDTemplateLayoutCell)
* [JazzHands 动画效果的启动页](https://github.com/IFTTT/JazzHands)
* [XMShareModule iOS快速简单集成国内三大平台分享](https://github.com/xumeng/XMShareModule)
* [SXFiveScoreShow 五项能力值展示的五边形](https://github.com/dsxNiubility/SXFiveScoreShow)
* [MLEmojiLabel 自动识别网址号码邮箱和表情的label](https://github.com/molon/MLEmojiLabel)
* [UUChatTableView IM对话功能的封装](https://github.com/ZhipingYang/UUChatTableView)
* [MJExtension 字典转模型框架](https://github.com/CoderMJLee/MJExtension)
* [MJRefresh 下拉上拉刷数据](https://github.com/CoderMJLee/MJRefresh)
* [TLAttributedLabel 图文混搭](https://github.com/zhouande/TLAttributedLabel)
* [RDVTabBarController 底部TabBar](https://github.com/robbdimitrov/RDVTabBarController)
* [AGEmojiKeyboard 表情面版](https://github.com/ayushgoel/AGEmojiKeyboard)
* [CocoaLumberjack 记录框架](https://github.com/CocoaLumberjack/CocoaLumberjack)
* [WebViewJavascriptBridge IOS与javascript交互](https://github.com/marcuswestin/WebViewJavascriptBridge)
* [PNChart 图表统计展示](https://github.com/kevinzhow/PNChart)
* [MDRadialProgress圆形进度条的显示,中间可显示值](https://github.com/mdinacci/MDRadialProgress)