Skip to content

Commit

Permalink
Now its clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Jan 20, 2016
1 parent feb4105 commit baea61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SeparatorCollectionViewFlowLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SeparatorCollectionViewFlowLayout"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
s.description = <<-EOS
A UICollectionViewFlowLayout implementation to allow separators between cells
Expand Down
2 changes: 1 addition & 1 deletion Source/SeparatorCollectionViewFlowLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class SeparatorCollectionViewFlowLayout: UICollectionViewLeftAlignedLayou

private class ColoredViewLayoutAttributes: UICollectionViewLayoutAttributes {

var color: UIColor = UIColor.blackColor()
var color: UIColor = UIColor.clearColor()

}

Expand Down

0 comments on commit baea61a

Please sign in to comment.