UIKobeKit

1.0.6

🎨 Swift library that creates colors quickly and easily using HEX values.
devKobe24/UIKobeKit

What's New

UIKobeKit pods 1.0.6 release

2023-12-31T02:34:13Z

열거형 case 명 수정.

UIKobeKit

Version License Platform SwiftPM

🎨 Swift library that creates colors quickly and easily using HEX values.

At a Glance

First, import UIKobeKit.

import UIKobeKit

Declare a variable and initialize UIColor.

let myColor = UIColor(
    hexCode: <#T##String#>,
    alpha: <#T##CGFloat#>
)

Enter the desired value for each parameter.

let myColor = UIColor(
    hexCode: "9A7C9F",
    alpha: 1.0
)

Installation

The Swift Package Manageris a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding UIKobeKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/devKobe24/UIKobeKit.git", .upToNextMajor(from: "0.3.1"))
]

CocoaPods

CocoaPodsis a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate UIKobeKit into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'UIKobeKit'

Author

Kobe, dev.skyachieve91@gmail.com

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 19 2024 02:24:38 GMT-0900 (Hawaii-Aleutian Daylight Time)