Skip to content

Commit 6588201

Browse files
committed
updated changed and podspec
1 parent b1c40a8 commit 6588201

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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

514
- Implemented allowsButtonsWithDifferentWidth property to support buttons with different widths

MGSwipeTableCell.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MGSwipeTableCell'
3-
s.version = '1.4.0'
3+
s.version = '1.4.1'
44
s.author = { 'Imanol Fernandez' => '[email protected]' }
55
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
66
s.summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions'

0 commit comments

Comments
 (0)