Skip to content

Releases: scihant/CTShowcase

Swift 5.0 Support

08 Apr 06:15
Compare
Choose a tag to compare

Added Swift 5.0 Support

Swift 4.2 Support

22 Nov 13:57
Compare
Choose a tag to compare

Added Swift 4.2 Support

Swift 4 Support

21 Sep 05:25
Compare
Choose a tag to compare

Added Swift 4 support

Made some methods open

23 May 07:07
Compare
Choose a tag to compare

Made some methods open to make them overridable.

Carthage Support and Project Reorganization

21 Sep 05:18
Compare
Choose a tag to compare
  • Added Carthage Support
  • The example project no longer requires CocoaPods
  • CTShowcaseView now updates its location whenever the frame of its target view changes
  • CTShowcaseView automatically gets dismissed if less than %75 of its target view is visible when the Showcase is displayed.
  • Improved API naming

Bug fix in DynamicGlowHighlighter

21 Oct 12:03
Compare
Choose a tag to compare

DynamicGlowHighlighter now clears the entire circular region instead of half of it before drawing the actual highlight

Swift 3 migration

06 Oct 18:29
Compare
Choose a tag to compare

Migrated the code to Swift 3. All methods now conform to the Swift 3 API design guidelines.