songwentong/WTRequestCenter
Fork: 92 Star: 294 (更新于 2024-10-24 09:15:30)
license: MIT
Language: Objective-C .
WTKit is my Code accumulation
最后发布版本: 1.0 ( 2015-09-24 14:40:15)
WTKit
WTKit is my Code accumulation
Features
- Convenient Request / Response Methods
- Debug print
- Convenient thread Switch
- network status observe
- Convenient UIColor create
- UIButton and UIImageVie image download,cache
- UITableView pull to refresh
- UIView screenshot image
- HudView
- launch time count for build
- auto create Model from json,Model instance auto set value from json data,auto write to json
- More
Requirements
- iOS 8.0+ / Mac OS X 10.9+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.0+
- Swift 3.0
Installation
Copy sources from WTKit
Communication
- if you found a bug, open an issue.
- if you have a feature request, open an issue.
- if you want to contribute, submit a pull request.
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate WTKit into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'WTKit', '~> 0.3.3'
end
Then, run the following command:
$ pod install
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate Alamofire into your Xcode project using Carthage, specify it in your Cartfile
:
github "swtlovewtt/WTRequestCenter" ~> 0.3.3
Run carthage update
to build the framework and drag the built WTKit.framework
into your Xcode project.
Manually
copy sources from WTKit
最近版本更新:(数据更新于 2024-10-11 05:35:41)
2015-09-24 14:40:15 1.0
2015-01-17 11:48:28 0.5.2
2014-12-24 16:18:42 0.5.1
2014-12-17 14:18:57 0.5
2014-08-11 18:10:17 0.4
2014-07-30 16:25:11 0.3
主题(topics):
foundation, network, objective-c, storyboard, uikit
songwentong/WTRequestCenter同语言 Objective-C最近更新仓库
2024-11-11 23:55:00 roothide/Bootstrap
2024-09-15 10:49:02 focus-editor/focus
2024-09-02 19:28:18 opa334/TrollStore
2024-08-31 08:33:55 facebookincubator/SocketRocket
2024-08-22 18:45:46 SDWebImage/SDWebImage
2024-07-03 06:23:17 ccgus/fmdb