We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ccf6c commit b26444eCopy full SHA for b26444e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.5
4
+
5
+- Expand the first or last button width to make appearance look good with a notch (e.g. iPhone X).
6
+- Add expandLastButtonBySafeAreaInsets property to optionally enable/disable the default behaviour.
7
8
## 1.6.4
9
10
- Backwards compatibility with XCode 8 compilation
MGSwipeTableCell.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
- s.version = '1.6.4'
+ s.version = '1.6.5'
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 swipeable buttons with a variety of transitions'
0 commit comments