WTRequestCenter icon indicating copy to clipboard operation
WTRequestCenter copied to clipboard

WTKit is my Code accumulation

WTKit

Build Status CocoaPods Compatible Carthage compatible Platform

WTKit is my Code accumulation

中文Readme(Zh_cn)

Features

  • [x] Convenient Request / Response Methods
  • [x] Debug print
  • [x] Convenient thread Switch
  • [x] network status observe
  • [x] Convenient UIColor create
  • [x] UIButton and UIImageVie image download,cache
  • [x] UITableView pull to refresh
  • [x] UIView screenshot image
  • [x] HudView
  • [x] launch time count for build
  • [x] auto create Model from json,Model instance auto set value from json data,auto write to json
  • [x] 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