Skip to content

Releases: TintPoint/Overlay

0.7

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 22 Sep 18:44

Added

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

Changed

  • Update project to use Swift 4.0.

0.6.2

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 18 Apr 20:44

Added

0.6.1

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 10 Jan 21:44

Added

  • Add TextAlignmentStyle and the ability to customize text alignments.

0.6

0.6

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 14 Nov 08:25

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

0.5

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 06 Sep 15:04

Added

  • Add includingSubviews parameter to refresh().

Changed

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

0.4.2

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 30 Aug 08:04

Added

  • Add TextStyle and the ability to customize texts.

Changed

0.4.1

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 27 Aug 13:26

Added

0.4

0.4

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 24 Aug 07:44

Added

Changed

  • Redesign Custom* protocols and add *Customizable protocols.

0.3

0.3

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 19 Aug 17:32

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

0.2

Choose a tag to compare

@JustinJiaDev JustinJiaDev released this 13 Aug 13:25

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.