We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36691ac commit eeb3575Copy full SHA for eeb3575
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.8
4
+
5
+- Fix duplicaged buttons on orientation change.
6
7
## 1.6.7
8
9
- Fix quality loss in snapshot image.
MGSwipeTableCell.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
- s.version = '1.6.7'
+ s.version = '1.6.8'
s.author = { 'Imanol Fernandez' => 'mortimergoro@gmail.com' }
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'
0 commit comments