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

v1.1.3

Compare
Choose a tag to compare
@vicc vicc released this 01 Jun 10:31
· 209 commits to master since this release
  • 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 of UIShadeStyleLight (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).