All Versions
18
Latest Version
Avg Release Cycle
42 days
Latest Release
2750 days ago

Changelog History
Page 1

  • v2.2.0

    October 05, 2016
  • v2.1.0 Changes

    January 25, 2016

    ๐Ÿฑ 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).

  • v2.0.6 Changes

    November 30, 2015

    ๐Ÿฑ 2-0-6

    ๐Ÿ”„ 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, 2015

    ๐Ÿฑ 2.0.5

    What'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 to 8.0.
    ๐Ÿ›  โ€ข Fixed If-Else Statement Logic (#48)
    ๐Ÿšš โ€ข Removed cast for calloc (#76).

  • v2.0.4 Changes

    October 09, 2015

    ๐Ÿฑ 2-0-4

    What's New

    • ๐Ÿ›  Minor Fixes.

    ๐Ÿ”„ Changes

    • Simplified arrayOfColorsWithColorScheme (#68)
    • colorWithFlatVersionFrom alpha bug fix (#69)
  • v2.0.3 Changes

    October 02, 2015

    ๐Ÿฑ 2-0-3

    What's New

    • โž• Added hidesNavigationBarHairline boolean, and by default it is now set to NO. (#64)
    • ๐Ÿ‘Œ Improved Quick-Look Documentation for Theme Methods

    Navigation Bar Hairline

    No 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;
  • 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)
  • v2.0.2.1 Changes

    September 27, 2015
    • Target for the dynamic lib set to iOS8
  • v2.0.1 Changes

    September 21, 2015
    • Fixed 'ColorWithFlatVersionOf' bug. (#50) (By @bre7)