Changelog History
Page 1
-
v2.2.0
October 05, 2016 -
v2.1.0 Changes
January 25, 2016What's New
โข Retrieve the
hexValue
for anyUIColor
object (Works similarly tostringValue
andfloatValue
).
โข 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). -
v2.0.6 Changes
November 30, 2015๐ Changes
๐ โข Fixed issue where
colorsFromImage
was creating a new image every time instead of using the one sent via parameter , when using Chameleon Shorthand in Swift. (#89) -
v2.0.5 Changes
November 26, 2015What's New
๐ โข Theme Support for UIImagePickerController (#83)
โข Objective-C Demo Project๐ Changes
โ โข Fixed Erroneous Swift Method Naming Convention Warnings
โข Bumped up the minimum version of iOS to8.0
.
๐ โข FixedIf-Else
Statement Logic (#48)
๐ โข Removed cast forcalloc
(#76). -
v2.0.4 Changes
October 09, 2015 -
v2.0.3 Changes
October 02, 2015What's New
- โ Added
hidesNavigationBarHairline
boolean, and by default it is now set toNO
. (#64) - ๐ Improved Quick-Look Documentation for Theme Methods
Navigation Bar Hairline
๐ As of
2.0.3
the navigation bar hairline view is no longer hidden by default. However, if you're seeking a true flat look (like the image above), you can hide the hairline at the bottom of the navigation bar by doing the following:Objective-C [self.navigationController setHidesNavigationBarHairline:YES];//orself.navigationController.hidesNavigationBarHairline = YES;
๐ Changes
UINavigationController+Chameleon.h
@property (nonatomic, assign) BOOL hidesNavigationBarHairline;
- โ Added
-
v2.0.2 Changes
September 27, 2015- ๐ Carthage support added. (By @bre7)
- Demo project added. (By @bre7)
- Shields added to
README
. (By @bre7) - Fixed 'Wrong Navigation Bar Color' bug. (#51) (By @bre7)
- Fixed 'Flatten' bug. (#53) (By @bre7)
- Fixed 'EXC_BAD_ACCESS Error' issue. (#57) (By @bre7)
- Several swift functions were made public. (By @dexter505)
-
v2.0.2.2 Changes
September 27, 2015- ๐ Fixed Cocoapod Error:
Chameleon.h not found
(#60)
- ๐ Fixed Cocoapod Error:
-
v2.0.2.1 Changes
September 27, 2015- Target for the dynamic lib set to iOS8
-
v2.0.1 Changes
September 21, 2015