Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

75 lines (50 loc) · 2.57 KB

Change log

Released on 2018-11-24.

  • [FIX] Don't show lines when color is set to nil

Released on 2018-09-25.

Swift 4.2 Supports

Released on 2017-12-10.

  • [FIX] Updating to last swift syntax.

Released on 2017-09-22.

Swift 4 Supports

Released on 2017-04-01.

Swift 3.1 Supports

Released on 2016-09-15.

Swift 3 Supports

  • [ADD] Swift Package Manager supports

Released on 2015-12-14.

  • [FIX] flap animation continue when new text is set #2

Released on 2015-11-27.

  • [ADD] TwelveHourClock, TwentyFourHourClock and MinuteAndSecond tokens
  • [ADD] tvOS supports
  • [FIX] Keep text displayed when reload data

Released on 2015-11-17.

  • [FIX] Builder properties access control (#1)

Released on 2015-11-13.

  • [UPDATE] Rename supportedTokensInSplitflap: method to tokensInSplitflap:
  • [ADD] setText:animated:completionBlock: method to know when an animation finished
  • [ADD] Test cases

Released on 2015-11-12.

  • [FIX] Parse characters and words
  • [ADD] FlapViewBuilder to make flap configuration easier
  • [ADD] splitflap:builderForFlapAtIndex: method to customize the each flap individually:
    • backgroundColor, cornerRadius, font, textAlignment, textColor, lineColor

Released on 2015-11-11.

  • flapSpacing property to configure the spacing between flaps
  • supportedTokensInSplitflap: method to define the "characters" used by flaps
  • numberOfFlapsInSplitflap: to set the number of flaps
  • splitflap(splitflap:rotationDurationForFlapAtIndex: method to change the rotation duration of each flaps
  • Cocoapods support
  • Carthage support