Swiftpack.co - Charlisim/Palette-iOS as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Charlisim.
Charlisim/Palette-iOS v2.0.0
Like Android Palette for iOS. Written in Swift
⭐️ 26
🕓 1 year ago
.package(url: "https://github.com/Charlisim/Palette-iOS.git", from: "v2.0.0")

Palette-iOS Build Status

Like Android Palette for iOS. Written in Swift and compatible with Objective-C From any view (anything that inherits UIView) gets contrasting color (black or white) for specific point where is another view.

Screenshots

palette ios example palette ios example palette ios example

How to install

Cocoapods

pod "Palette"

How to use

In Swift

let palette = Palette(background:self.view, forView:self.label)
self.label.textColor = palette.getContrastingColor()

or

self.label.textColor = Palette.getContrastingColor(self.view, forView: self.label)

In Objective-C

Palette * palette = [[Palette alloc] initWithBackground:self.view forView:label];
label.textColor =  [palette getContrastingColor];

or

label.textColor = [Palette getContrastingColor:self.view forView:label];

GitHub

link
Stars: 26
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics