Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.32 KB

File metadata and controls

47 lines (32 loc) · 1.32 KB

UIKitExtensions

Example

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

Requirements

Installation

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

pod 'DDUIKitExtensions/{ExtensionName}'

where the {ExtensionName} is a name of extension you need to use. E.g. 'UIImage' for accessing image resizing method.

You can pick one or multiple of the following extensions:

pod 'DDUIKitExtensions/CGSize'
pod 'DDUIKitExtensions/UIColor'
pod 'DDUIKitExtensions/UIImage'
pod 'DDUIKitExtensions/UINavigationController'
pod 'DDUIKitExtensions/UITableView'
pod 'DDUIKitExtensions/UIView'
pod 'DDUIKitExtensions/UIViewController'
pod 'DDUIKitExtensions/UITextField'
pod 'DDUIKitExtensions/UIApplication'
pod 'DDUIKitExtensions/UIKit+Sketch'
pod 'DDUIKitExtensions/PaddedLabel'

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development.

https://github.com/dashdevs/uikitextensions.git

Author

DashDevs hello@dashdevs.com

License

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