All Versions
11
Latest Version
0.7
Avg Release Cycle
45 days
Latest Release
2733 days ago

Changelog History
Page 1

  • v0.7 Changes

    September 22, 2017

    โž• Added

    • โž• Add type safe custom design protocols.
    • โž• Add custom cell protocols.

    ๐Ÿ”„ Changed

    • โšก๏ธ Update project to use Swift 4.0.
  • v0.6.2 Changes

    April 18, 2017

    โž• Added

    • โž• Add CustomTitleFont.
    • โž• Add CustomTitleTextAlignment.
  • v0.6.1 Changes

    January 10, 2017

    โž• Added

    • โž• Add TextAlignmentStyle and the ability to customize text alignments.
  • v0.6 Changes

    November 14, 2016

    โž• Added

    • โž• Add DesignCustomizable and CustomDesign protocols.

    ๐Ÿ”„ Changed

    • โšก๏ธ Update project to use Swift 3.0.1.

    โœ‚ Removed

    • โœ‚ Remove the ability to override refresh(). Use CustomDesign protocol instead.
  • v0.5 Changes

    September 06, 2016

    โž• Added

    • โž• Add includingSubviews parameter to refresh().

    ๐Ÿ”„ Changed

    • Rename *Expressible to *Representable.
    • ๐Ÿ“‡ Rename nib to contentNib in CustomLayout protocol.
    • โšก๏ธ Update docs.
  • v0.4.2 Changes

    August 30, 2016

    โž• Added

    • โž• Add TextStyle and the ability to customize texts.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change test target bundle ID.
    • โšก๏ธ Update docs.
  • v0.4.1 Changes

    August 27, 2016

    โž• Added

    • โž• Add *StyleExpressible.
    • ๐Ÿ‘Œ Support CocoaPods.
  • v0.4 Changes

    August 24, 2016

    โž• Added

    ๐Ÿ”„ Changed

    • Redesign Custom* protocols and add *Customizable protocols.
  • v0.3 Changes

    August 19, 2016

    โž• Added

    • โž• Add unit tests.
    • โž• Add CustomLabelTextColor protocol.
    • โž• Add CustomLabelFont protocol.

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to Swift 3 beta 6 syntax.

    โœ‚ Removed

    • โœ‚ Remove the ability to customize UIBarItem since it can't be used directly.
  • v0.2 Changes

    August 13, 2016

    โž• Added

    • โž• Add ImageStyle, ImageStyleGroup and ImageGroup.
    • โž• Add Custom*Image.
    • โž• Add CustomSlider*Color and CustomBarTintColor.
    • ๐Ÿ‘‰ Make UIBarItem, UIBarButtonItem and UITabBarItem conform to ViewDisable.

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Rename CustomActivityIndicatorViewColor to CustomActivityIndicatorColor.
    • ๐Ÿ“‡ Rename CustomTabBarUnselectedItemTintColor to CustomBarUnselectedItemTintColor.