Skip to content

BaroneX/WDWorkKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDWorkKit

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

WDWorkKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

source 'https://github.com/BaroneX/WDSpecs.git' #添加私有pod仓库地址

pod "WDWorkKit"

WDWorkKit Tree

	WDWorkKit
	├── Assets	#资源文件
	│   ├── [email protected]
	│   ├── [email protected]
	│   ├── radio_checked.png
	│   └── radio_unchecked.png
	└── Classes
	    ├── WDFrameWork #常用
	    │   ├── NSDate+WDCalendar.h
	    │   ├── NSDate+WDCalendar.m
	    │   ├── NSString+Addition.h
	    │   ├── NSString+Addition.m
	    │   ├── NSString+PJR.h
	    │   ├── NSString+PJR.m
	    │   ├── Reachability.h
	    │   ├── Reachability.m
	    │   ├── UIDevice+Addition.h
	    │   ├── UIDevice+Addition.m
	    │   ├── UIImage+Addition.h
	    │   ├── UIImage+Addition.m
	    │   ├── WDCoreAnimationEffect.h
	    │   ├── WDCoreAnimationEffect.m
	    │   ├── WDCountButton.h
	    │   ├── WDCountButton.m
	    │   ├── WDCycleScrollView.h
	    │   ├── WDCycleScrollView.m
	    │   ├── WDFrameWork.h
	    │   ├── WDJsonKit.h
	    │   ├── WDJsonKit.m
	    │   ├── WDReachability.h
	    │   ├── WDReachability.m
	    │   ├── WDSandbox.h
	    │   ├── WDSandbox.m
	    │   ├── WDSystemInfo.h
	    │   ├── WDSystemInfo.m
	    │   ├── WDUIConfigDefine.h
	    │   ├── WDViewExt.h
	    │   ├── WDViewExt.m
	    │   └── WDWorkKit.h
	    ├── WDNetWork #网络
	    │   ├── WDNetWork.h
	    │   └── WDNetWork.m
	    └── WDUI #UI部分
	        ├── CWStarRateView
	        │   ├── CWStarRateView.h
	        │   └── CWStarRateView.m
	        ├── DOPDropDownMenu.h
	        ├── DOPDropDownMenu.m
	        ├── JKAlertDialog
	        │   ├── JKAlertDialog.h
	        │   └── JKAlertDialog.m
	        ├── MPNotificationView
	        │   ├── MPNotificationView.h
	        │   ├── MPNotificationView.m
	        │   ├── OBGradientView.h
	        │   └── OBGradientView.m
	        ├── PopoverView.h
	        ├── PopoverView.m
	        ├── QRadioButton
	        │   ├── QRadioButton.h
	        │   └── QRadioButton.m
	        ├── UIView+Toast.h
	        └── UIView+Toast.m

Author

Blake, [email protected]

License

WDWorkKit is available under the MIT license. See the LICENSE file for more info.

8d7b854dcc15f3eab959e56cd6a6c0d742df0a60

Packages

No packages published

Languages