This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
v1.1.3
- Chameleon shorthand is now supported in Swift. (Thanks to @bre7).
- Fixed Small Syntax Typo. (Fixed by @ddwang).
- Fixed issue where
-colorWithRandomFlatColorOfShadeStyle
always returns random color ofUIShadeStyleLight
(Fixed by @smokyonion). - UIGraphics context now uses the current screen's scale, preventing pixel wrap around for certain
UIColors
generated by+ (UIColor *)colorWithGradientStyle
methods (Fixed by @alist). - Removed warnings regarding the absolute value function
fabsf
(Fixed by @jherran). - Fixed the _
UIColor+Chameleon.m:444:13: code will never be executed_
, error state (Fixed by @jherran).