BFPaperTableViewCell

February 2, 2017 ยท View on GitHub

CocoaPods

Note that this changelog was started very late, at roughly the time between version 2.1.17 and 2.2.1. Non consecutive jumps in changelog mean that there were incremental builds that weren't released as a pod, typically while solving a problem.

2.3.10

  • (+) Added CAAnimationDelegate for iOS10+.
  • (^) Updated project to recommended settings (Xcode) which changed the minimum iOS requirement from 7 to 8!

2.3.9

  • (^) Fixed a small bug where [super awakeFromNib] wasn't being called in BFPaperTableViewCell.m's 'awakeFromNib'.

2.3.8

  • (-) Removed all BFPaperColor dependency and code.
  • (^) Properties now appear in Interface Builder (IBInspectable)!
  • (+) Added launch screen to example project.

2.3.4

  • (^) Migrated to CocoaPods 1.0.

2.3.3

  • (^) Updated pods.

2.3.2

  • (^) Fixed bug where .maskPath was not being applied to the .backgroundFadeLayer.

2.3.1

  • (+) Added new property, 'UIBezierPath *maskPath'.

2.2.2

  • (+) Merged a branch from github user @eithanshavit, bringing back support for a tapDelay of 0.

2.2.1

  • (+) Added a changelog!
  • (+) Added public property tapDelay to allow control over whether or not to spawn a tap circle. If the touch ends or is cancelled before the tap-delay is complete, no circles will be spawned. Default is 0.1f.
  • (-) Removed vestigial private property letGo.
  • (-) Removed vestigial private property beganHighlight.
  • (-) Removed vestigial private property beganSelection.
  • (-) Removed vestigial private property bAlreadyFadedBackgroundIn.
  • (-) Removed vestigial private property bAlreadyFadedBackgroundOut.