Compare commits

..
2 Commits
Author SHA1 Message Date
Alex K de2815310c code improve 2018-07-31 09:20:27 +03:00
Alex K 79ebfdad72 update podspec 2018-07-24 09:41:19 +03:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FoldingCell'
s.version = '3.1.2'
s.version = '3.1.3'
s.summary = 'UITableViewCell with folding animation.'
s.homepage = 'https://github.com/Ramotion/folding-cell'
s.license = 'MIT'
@@ -103,6 +103,7 @@ open class FoldingCell: UITableViewCell {
var rotatedViews = [RotatedView]()
animationView?.subviews
.lazy
.compactMap({ $0 as? RotatedView })
.sorted(by: { $0.tag < $1.tag })
.forEach { itemView in