Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaohange/jqframework
JQFramework:有效提高开发效率,一些网络,扩展,分类,uikit下的封装!
https://github.com/xiaohange/jqframework
categories category foundation network objective-c swift-3 uikit utility
Last synced: 2 months ago
JSON representation
JQFramework:有效提高开发效率,一些网络,扩展,分类,uikit下的封装!
- Host: GitHub
- URL: https://github.com/xiaohange/jqframework
- Owner: xiaohange
- License: mit
- Created: 2017-07-05T08:40:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T07:12:12.000Z (over 5 years ago)
- Last Synced: 2024-10-14T22:21:34.167Z (2 months ago)
- Topics: categories, category, foundation, network, objective-c, swift-3, uikit, utility
- Language: Objective-C
- Homepage:
- Size: 4.53 MB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JQFramework
前言
===
JQFramework:有效提高开发效率,一些网络,扩展,分类,uikit下的封装!---
### 更新记录:
###### V1.2.3
- 新增分类;
```
-> JQFramework (1.2.3)
Effectively improve development efficiency, a number of networks, extensions,
classification, UIKit under the package library.
pod 'JQFramework', '~> 1.2.3'
- Homepage: https://github.com/xiaohange/JQFramework
- Source: https://github.com/xiaohange/JQFramework.git
- Versions: 1.2.3, 1.2.2, 1.2.1, 1.1.9, 1.1.8, 1.1.7, 1.1.2, 1.1.1, 1.1.0,
1.0.9, 1.0.8, 1.0.7, 1.0.6, 1.0.5, 1.0.4, 1.0.3, 1.0.2 [master repo]
- Subspecs:
- JQFramework/JQFoundation (1.2.3)
- JQFramework/JQUIKIt (1.2.3)
- JQFramework/JQUtility (1.2.3)
- JQFramework/CTMBase64 (1.2.3)
- JQFramework/FDFullscreenPopGesture (1.2.3)
```
###### V1.1.8
- 较大改动, 进行了分支处理. 根据需求引入; 支持iOS8++;###### V1.0.8
- 删除网络库, 修复文件冲突,需要网络库可以使用 [JQHttpRequest](https://github.com/xiaohange/JQHttpRequest)###### V1.0.7
- UIFoundation 新增KVO-`NSObject+JQSafeKVO.h`###### V1.0.6
- UIKit 新增`UIImage+JQSubImage.h`
- UIKit 新增 `UIImage+JQGIF.h`Gif生成UIImage 方法###### V1.0.5
- UIKit 新增: `UIControl+JQ.h`###### V1.0.4
- UIKit 新增 `NSString+JQAdd.h`###### V1.0.3
- 容错版本, 优化大量代码, 新增 Network 网络库###### V1.0.2
- 基础版本提交, 有效提高开发效率,一些网络,扩展,分类,uikit下的封装!---
### 目录:
```
-> JQFramework (1.1.8)
Effectively improve development efficiency, a number of networks, extensions,
classification, UIKit under the package library.
pod 'JQFramework', '~> 1.1.8'
- Homepage: https://github.com/xiaohange/JQFramework
- Source: https://github.com/xiaohange/JQFramework.git
- Versions: 1.1.8, 1.1.7, 1.1.2, 1.1.1, 1.1.0, 1.0.9, 1.0.8, 1.0.7, 1.0.6,
1.0.5, 1.0.4, 1.0.3, 1.0.2 [master repo]
- Subspecs:
- JQFramework/JQFoundation (1.1.8)
- JQFramework/JQUIKIt (1.1.8)
- JQFramework/JQUtility (1.1.8)
```
---## Installation
#### From CocoaPods
```
pod "JQFramework"
```#### Manually
- Drag all source files under floder `JQFramework` to your project.## Usage
引入头文件: `#import "JQFramework.h"` 其他自行按需使用即可;
## Star
![微信公众号](http://blog26.com/images/wechatscan.gif)
微信公众号每周推送新技术, [CSDN博客](http://blog.csdn.net/qq_31810357)欢迎关注交流!
联系博主:iOS开发者交流群:①群:446310206 ②群:426087546喜欢就❤️❤️❤️star一下吧!你的支持是我更新的动力!
Love is every every every star! Your support is my renewed motivation!
## License
This code is distributed under the terms and conditions of the [MIT license](LICENSE).