Skip to content

Commit

Permalink
updated changed and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Apr 17, 2015
1 parent b1c40a8 commit 6588201
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.1

- Implemented Spotify App style cell expansion: added expansionLayout and expansionColor properties to MGSwipeExpansionSettings
- New property allowsSwipeWhenTappingButtons. Fixed issue #80: swiping the cell when you swipe the buttons in the cell
- Fixed issue #78: Swift problem with one enum
- Fixed issue #82: fillOnTrigger not working properly with UITableViewCellAccessoryDisclosureIndicator
- Fixed issue #84: can't compile in xcode 6.3
- Fixed issue #76: Swiped cell state issue when table view is scrolling

## 1.4.0

- Implemented allowsButtonsWithDifferentWidth property to support buttons with different widths
Expand Down
2 changes: 1 addition & 1 deletion MGSwipeTableCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
s.version = '1.4.0'
s.version = '1.4.1'
s.author = { 'Imanol Fernandez' => '[email protected]' }
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
s.summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions'
Expand Down

0 comments on commit 6588201

Please sign in to comment.