Skip to content

AIWIP/DCKit_Printt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCKit

Summary

Our set of utilities and components developed by DECODE that makes development faster and easier.

It is a collection of methods and extensions that replace the longer implementations you would otherwise need to use, including UIColor hex converters, UIView frame manipulations, adding/removing of child View controllers, a great range of NSDate extensions and more.

DCKit also includes:

  • DCRevealVC: A controller for a vertical sliding drawer menu.

  • VC Custom Transitioning: A set of custom view controller transitions.

DCKit is fully unit tested.

Version

The master branch is written for Swift 3.0, with branch for Swift 2.3.

How do I get set up?

The suggested way to integrate DCKit to your project is using Cocoapods. It is not a public Cocoapod (please note that there is a public cocoapod with the same name), so please link to it in Your Podfile using:

pod 'DCKit', :git => 'https://bitbucket.org/decodehq/dckit.git', :branch => 'maste'

for Swift 2.2.

For Swift 2.3, please target the following branch:

:branch => 'swift-2.3’

Alternatively, You can just clone the repository and drag DCKit.xcodeproj into your project and link against the DCKit.framework in target dependencies, or just drag&drop individual .swift files into Your project.

License

This project is licensed under the terms of the MIT license.

Who do I talk to?

If you have any questions, feel free to contact us at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published