Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Version 2.1.0

Compare
Choose a tag to compare
@vicc vicc released this 25 Jan 23:15
· 52 commits to master since this release

2-1-0

What's New

• Retrieve the hexValue for any UIColor object (Works similarly to stringValue and floatValue).
• Generate a random flat color while specifying an array of flat colors to exclude
• Randomly assign a color (flat / non-flat) from a specified array of colors.

Note: Check out the guide for a quick look on who to use these new methods.
1. Guide | Hex Values
2. Guide | Choosing A Random Flat Color But Excluding A Few
3. Guide | Choosing A Random Color From a List of Colors

Bug Fixes

• Fixed issue where UIStatusBarStyle was forcing the default look even when Chameleon was not being explicitly used to control the status bar look. (#95).