All Projects → songwentong → Wtrequestcenter

songwentong / Wtrequestcenter

Licence: mit
WTKit is my Code accumulation

Projects that are alternatives of or similar to Wtrequestcenter

Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (+228.67%)
Mutual labels:  uikit, foundation
Framework Codeidea
System file classification
Stars: ✭ 289 (-1.37%)
Mutual labels:  uikit, foundation
Fruity
Rusty bindings for Apple libraries
Stars: ✭ 72 (-75.43%)
Mutual labels:  uikit, foundation
Cards
Awesome iOS 11 appstore cards in swift 5.
Stars: ✭ 4,017 (+1270.99%)
Mutual labels:  uikit, storyboard
ios ui recipe showcase
iOSアプリ開発 - UI実装であると嬉しいレシピブック掲載サンプル
Stars: ✭ 54 (-81.57%)
Mutual labels:  uikit, storyboard
Bfkit
BFKit is a collection of useful classes and categories to develop Apps faster.
Stars: ✭ 811 (+176.79%)
Mutual labels:  uikit, foundation
Dckit
Set of iOS controls with useful IBInspectable properties. Written on Swift.
Stars: ✭ 144 (-50.85%)
Mutual labels:  uikit, storyboard
Cyltabbarcontroller
[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
Stars: ✭ 6,605 (+2154.27%)
Mutual labels:  uikit, storyboard
curry
curry is a framework built to enhance and compliment Foundation and UIKit.
Stars: ✭ 47 (-83.96%)
Mutual labels:  uikit, foundation
Coderyi.github.io
Don't fork! coderyi's blog,about iOS ,CS and my code life.
Stars: ✭ 349 (+19.11%)
Mutual labels:  network, uikit
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+3553.92%)
Mutual labels:  uikit, foundation
Extras
Just some extras..
Stars: ✭ 17 (-94.2%)
Mutual labels:  uikit, foundation
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (-23.89%)
Mutual labels:  uikit, foundation
NeumorphismKit
Neumorphism framework for UIKit.
Stars: ✭ 39 (-86.69%)
Mutual labels:  uikit, storyboard
python-paginate
Pagination support for python web frameworks (study from will_paginate).
Stars: ✭ 17 (-94.2%)
Mutual labels:  uikit, foundation
Nazaraengine
Nazara Engine is a fast, complete, cross-platform, object-oriented API which can help you in your daily developper life.
Stars: ✭ 279 (-4.78%)
Mutual labels:  network
Rshijack
tcp connection hijacker, rust rewrite of shijack
Stars: ✭ 288 (-1.71%)
Mutual labels:  network
Hisocket
It is a lightweight client socket solution, you can used it in C# project or Unity3d
Stars: ✭ 275 (-6.14%)
Mutual labels:  network
Verge
🟣 Verge is a very tunable state-management engine on iOS App (UIKit / SwiftUI) and built-in ORM.
Stars: ✭ 273 (-6.83%)
Mutual labels:  uikit
Linux Network Performance Parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
Stars: ✭ 3,112 (+962.12%)
Mutual labels:  network

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].