项目介绍:
# KJJsonToModelDemo
一款json转model工具
Demo地址:https://github.com/yangKJ?tab=repositories
—————————————-
### 框架整体介绍
* [作者信息](#作者信息)
* [作者其他库](#作者其他库)
* [使用方法](#使用方法)
#### <a id="作者信息"></a>作者信息
> Github地址:https://github.com/yangKJ
> 简书地址:https://www.jianshu.com/u/c84c00476ab6
> 博客地址:https://blog.csdn.net/qq_34534179
#### <a id="作者其他库"></a>作者其他Pod库
“`
播放器 – KJPlayer是一款视频播放器,AVPlayer的封装,继承UIView
pod ‘KJPlayer’ # 播放器功能区
pod ‘KJPlayer/KJPlayerView’ # 自带展示界面
实用又方便的Category和一些自定义控件
pod ‘KJEmitterView’
pod ‘KJEmitterView/Function’#
pod ‘KJEmitterView/Control’ # 自定义控件
轮播图 – 支持缩放 多种pagecontrol 支持继承自定义样式 自带网络加载和缓存
pod ‘KJBannerView’ # 轮播图,网络图片加载
菜单控件 – 下拉控件 选择控件
pod ‘KJMenuView’ # 菜单控件
加载Loading – 多种样式供选择
pod ‘KJLoadingAnimation’ # 加载控件
“`