Skip to content

Commit baea61a

Browse files
committed
Now its clear
1 parent feb4105 commit baea61a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SeparatorCollectionViewFlowLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SeparatorCollectionViewFlowLayout"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
55
s.description = <<-EOS
66
A UICollectionViewFlowLayout implementation to allow separators between cells

Source/SeparatorCollectionViewFlowLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class SeparatorCollectionViewFlowLayout: UICollectionViewLeftAlignedLayou
122122

123123
private class ColoredViewLayoutAttributes: UICollectionViewLayoutAttributes {
124124

125-
var color: UIColor = UIColor.blackColor()
125+
var color: UIColor = UIColor.clearColor()
126126

127127
}
128128

0 commit comments

Comments
 (0)