File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.0
4+
5+ - Fix glitch when dragging before animation completes.
6+ - Fix cell separator overlap when swiping.
7+ - Add buttonsDistance property to MGSwipeSettings: allows to control distance between the buttons.
8+ - Add MGSwipeExpansionLayoutNone type that allows not to performont button layout in expansions.
9+ - Improved AppExtension and RTL language support.
10+ - Improved Swift interoperation.
11+
312## 1.5.6
413
514- Improve iOS 10.0 support
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'MGSwipeTableCell'
3- s . version = '1.5.6 '
3+ s . version = '1.6.0 '
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 swipeable buttons with a variety of transitions'
77 s . license = 'MIT'
88 s . source = { :git => 'https://github.com/MortimerGoro/MGSwipeTableCell.git' , :tag => s . version . to_s }
99 s . source_files = 'MGSwipeTableCell'
1010 s . platform = :ios
11- s . ios . deployment_target = '5 .0'
11+ s . ios . deployment_target = '7 .0'
1212 s . requires_arc = true
1313end
You can’t perform that action at this time.
0 commit comments