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

v1.2.0

Compare
Choose a tag to compare
@vicc vicc released this 01 Jun 10:31
· 203 commits to master since this release
  • Fixed cocoapods installation error #30.
  • Updated Swift syntax to Swift 1.2 (Fixed by @peacemoon).
  • Split Objective-C & Swift Files into separate folders to keep files better organized.
  • Renamed Constants.swift to ChameleonShorthand.swift
Deprecated Methods
  • ColorScheme(colorSchemeType: ColorScheme, color: UIColor, isFlatScheme: Bool)
  • Replaced with: ColorSchemeOf(colorSchemeType: ColorScheme, color: UIColor, isFlatScheme: Bool) due to naming constraints.