Skip to content

Releases: TintPoint/Overlay

0.7

22 Sep 18:44
Compare
Choose a tag to compare

Added

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

Changed

  • Update project to use Swift 4.0.

0.6.2

18 Apr 20:44
Compare
Choose a tag to compare

Added

0.6.1

10 Jan 21:44
Compare
Choose a tag to compare

Added

  • Add TextAlignmentStyle and the ability to customize text alignments.

0.6

14 Nov 08:25
Compare
Choose a tag to compare
0.6

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.

0.5

06 Sep 15:04
Compare
Choose a tag to compare
0.5

Added

  • Add includingSubviews parameter to refresh().

Changed

  • Rename *Expressible to *Representable.
  • Rename nib to contentNib in CustomLayout protocol.
  • Update docs.

0.4.2

30 Aug 08:04
Compare
Choose a tag to compare

Added

  • Add TextStyle and the ability to customize texts.

Changed

0.4.1

27 Aug 13:26
Compare
Choose a tag to compare

Added

0.4

24 Aug 07:44
Compare
Choose a tag to compare
0.4

Added

Changed

  • Redesign Custom* protocols and add *Customizable protocols.

0.3

19 Aug 17:32
Compare
Choose a tag to compare
0.3

Added

Changed

  • Update to Swift 3 beta 6 syntax.

Removed

  • Remove the ability to customize UIBarItem since it can't be used directly.

0.2

13 Aug 13:25
Compare
Choose a tag to compare
0.2

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.