iOS-Github常用控件收藏

iOS
  1. 1. 一、特殊需求
    1. 1.1. 多层列表
  2. 2. 二、UI控件
    1. 2.1. 下拉刷新
    2. 2.2. 菜单
    3. 2.3. 角标
    4. 2.4. 顶部弹窗
    5. 2.5. 顶部菜单
    6. 2.6. 底部菜单(Tab)
    7. 2.7. 轮播控件
    8. 2.8. 图表控件
    9. 2.9. 日历控件
    10. 2.10. 一套控件
    11. 2.11. 消息视图
    12. 2.12. 进度提示
    13. 2.13. 星级评定条
    14. 2.14. 侧滑菜单
    15. 2.15. 分段控件(Segment)
    16. 2.16. 开关
  3. 3. 三、网络相关
    1. 3.1. 图片缓存及加载
    2. 3.2. HTTP网络框架
    3. 3.3. JSON解析(第三方)
    4. 3.4. 字典与模型转换
  4. 4. 四、数据库
  5. 5. 五、动画效果
    1. 5.1. 波动效果
    2. 5.2. 跑马灯
  6. 6. 六、图片、视频处理
  7. 7. 七、二维码相关
    1. 7.1. 二维码生成和解析

不求多,但求精。

一、特殊需求

多层列表

https://github.com/Augustyniak/RATreeView


二、UI控件

下拉刷新

https://github.com/CoderMJLee/MJRefresh

https://github.com/samvermette/SVPullToRefresh

菜单

https://github.com/romaonthego/RESideMenu

角标

https://github.com/cwRichardKim/RKNotificationHub

https://github.com/JaviSoto/JSBadgeView

顶部弹窗

https://github.com/cruffenach/CRToast

顶部菜单

https://github.com/xmartlabs/XLPagerTabStrip

底部菜单(Tab)

https://github.com/Ramotion/animated-tab-bar

轮播控件

https://github.com/gsdios/SDCycleScrollView

图表控件

https://github.com/danielgindi/Charts

日历控件

https://github.com/jonathantribouharet/JTCalendar

https://github.com/WenchaoD/FSCalendar

https://github.com/patchthecode/JTAppleCalendar

一套控件

https://github.com/Grouper/FlatUIKit

消息视图

https://github.com/jessesquires/JSQMessagesViewController

进度提示

https://github.com/jdg/MBProgressHUD

https://github.com/danielamitay/DACircularProgress

星级评定条

https://github.com/erndev/EDStarRating

侧滑菜单

https://github.com/ViewDeck/ViewDeck

分段控件(Segment)

https://github.com/samvermette/SVSegmentedControl

https://github.com/u10int/URBSegmentedControl

https://github.com/HeshamMegid/HMSegmentedControl

开关

https://github.com/twotoasters/TTSwitch


三、网络相关

图片缓存及加载

https://github.com/rs/SDWebImage

HTTP网络框架

https://github.com/AFNetworking/AFNetworking

JSON解析(第三方)

https://github.com/johnezang/JSONKit

字典与模型转换

https://github.com/CoderMJLee/MJExtension


四、数据库

https://github.com/ccgus/fmdb


五、动画效果

波动效果

https://github.com/inFullMobile/WobbleView

跑马灯

https://github.com/cbpowell/MarqueeLabel


六、图片、视频处理

https://github.com/BradLarson/GPUImage


七、二维码相关

二维码生成和解析

https://github.com/TheLevelUp/ZXingObjC