Skip to content

Releases: cbpowell/MarqueeLabel

v4.0.4 - Deployment Target Fix for Xcode 12

06 Oct 00:44
Compare
Choose a tag to compare
  • Bumps the SPM & Cocoapods deployment target to iOS 9 (from iOS 8), to keep Xcode 12 happy. HOWEVER, MarqueeLabel still supports iOS 8 as far as I know - but you may run into issues trying to use SPM or Cocoapods if you're still targeting iOS 8, and might need to manually import the source files.

v4.0.3 - Swift Package Manager Fix

27 Sep 20:07
Compare
Choose a tag to compare
  • Removes platform requirement from SPM Package file to silence warning about iOS 8 support in Xcode 12 (thanks @cbiggin!)

v4.0.2: Pass animation completion status to override

18 Jan 16:35
8cd051e
Compare
Choose a tag to compare
  • Pass the boolean finished parameter for scroll completion to labelReturnedToHome so that override functions can utilize (PR #247, thanks @dolfalf!)

v4.0.1: Swift Package Manager

20 Dec 01:53
0a95aef
Compare
Choose a tag to compare
  • Re-adds and improves support for SPM (thanks @rollmind, @fredpi)
  • Fixes compiler warning related to Storyboard pragma statements (thanks @BLeeEZ)

v4.0: Swift 5 and Swift 5 only!

05 Apr 02:21
Compare
Choose a tag to compare
  • With release v4.0, MarqueeLabel is now Swift-only! The Objective-C codebase had fallen behind and lost feature parity, and Xcode is very good at ObjC and Swift interop at this point, so I thought it was time. If you want to still use the Objective-C code, you can find it at the new archive repo here: https://github.com/cbpowell/MarqueeLabel-ObjC
  • Thanks to @ben9923 for the Swift 5 update!

v3.2.1: Fix tapToScroll

17 Mar 17:44
Compare
Choose a tag to compare

v3.2.0: Swift 4.2 Support

19 Sep 04:11
Compare
Choose a tag to compare
  • [Swift] Conversion to Swift 4.2

v3.1.6: Better shutdown handling

08 Jun 03:00
Compare
Choose a tag to compare
  • Fixes an issue where calling shutdownLabel in between animations would fail to actually shutdown the label animation (see #200, thanks @theFons!)
  • Marks the resetLabel function deprecated

v3.1.5

07 Jun 01:44
Compare
Choose a tag to compare
  • Improves Accessibility Element handling (PR #204, thanks @alexbell!)
  • Allows use of the framework in app extensions (PR #207, thanks @aaronbrethorst!)
  • Removed deprecated (as of iOS 6.0) font size methods (fixes #216, thanks @jcharr1!)

v3.1.4: Improved .left/.right implementation

03 Dec 00:17
f854be8
Compare
Choose a tag to compare
  • [Swift] Thanks to @ikesyo, the .left and .right types are now better implemented! (See PR #202)