- August 12, 2025
- Mins Read
A lightweight but powerful color kit (Swift)
Pick Colors From Image
Generate Monochrome Image
Support Hex Color Style
Lighten / Darken Any Color
Generate Two Different Styles of Gradient Color
ARC only; iOS 8.0+
BCColor is available on CocoaPods. Just add the following to your project Podfile:
pod ‘BCColor’
If you want to read more about CocoaPods, have a look at this short tutorial.
// Pick Colors From Image
let colors = image?.getColors()
// Generate Momochrome Image
let monochromeImage = image?.monochrome()
// Hex Color
UIColor.colorWithHex(“#5d13e2”, alpha: 1)
// Gradient Color
UIColor.gradientColor(CGPointMake(0.0, 0.0), endPoint: CGPointMake(1.0, 1.0), frame:frame, colors: [UIColor.redColor(), UIColor.blueColor()])
UIColor.radialGradientColor(frame, colors: [UIColor.blueColor(), UIColor.greenColor()])
Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...
Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...
SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...