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 12e8ae6 commit 481e4dfCopy full SHA for 481e4df
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.6.2
4
+
5
+- Handle iOS 11 safeAreaInsets.
6
+- Fix issue #302: Right Buttons are covered iPhone X when landscape.
7
+- Use availability checks for Objective-C to remove some warings in XCode 9.
8
9
## 1.6.1
10
11
- Fix issue #294: iOS 11 crash.
MGSwipeTableCell.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
- s.version = '1.6.1'
+ s.version = '1.6.2'
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