Skip to content

Releases: designatednerd/DNSSwipeableTableCell

Xcode 6.3 fabsf fixes

12 May 02:05
Compare
Choose a tag to compare

Shuts up a few warnings.

Storyboard support + bug fixes

27 Feb 05:42
Compare
Choose a tag to compare
  • Added support for storyboards (Addresses #13)
  • Fixed issue with buttons appearing under cell when cell is selected (Addresses #12)
  • Added workaround for issues with accessoryType (Addresses #14)
  • Fixed issue with translation vs. velocity (Addresses #16)

iOS 8 + Any Button support

29 Sep 02:29
Compare
Choose a tag to compare
  • Better iOS 8 + UINavigationController popGestureRecognizer support. (Thanks, @mergesort!)
  • Support for any button rather than just tinted buttons (Thanks, @Krivoblotsky!)