Skip to content

v2.7.0: Combination!

Compare
Choose a tag to compare
@cbpowell cbpowell released this 13 Apr 03:53
· 270 commits to master since this release

Big changes

  • Combines MarqueeLabel and MarqueeLabel-Swift into a single repo!
    • The Objective-C and Swift codebases are still separate
    • The Swift library is now a Cocoapod subspec, specified by using pod 'MarqueeLabel/Swift'
    • Contains Carthage targets for iOS (Swift, Objective-C) and tvOS (Swift)
  • Incorporates a Swift tvOS demo

Smaller changes

  • [ObjC] Explicitly makes MLContinuous the default marqueeType
  • [common] Fixes #130.
  • Readme updates.