Commit 6588201 1 parent b1c40a8 commit 6588201 Copy full SHA for 6588201
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## 1.4.0
4
13
5
14
- Implemented allowsButtonsWithDifferentWidth property to support buttons with different widths
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MGSwipeTableCell'
3
- s . version = '1.4.0 '
3
+ s . version = '1.4.1 '
4
4
s . author = { 'Imanol Fernandez' => '[email protected] ' }
5
5
s . homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
6
6
s . summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions'
You can’t perform that action at this time.
0 commit comments