Skip to content

Commit

Permalink
Merge pull request #151 from Nododo/develop
Browse files Browse the repository at this point in the history
make the header && footer public
  • Loading branch information
chiahsien authored Nov 1, 2016
2 parents 9e5cdbd + 2861a4e commit bb96a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHTCollectionViewWaterfallLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ enum CHTCollectionViewWaterfallLayoutItemRenderDirection : NSInteger{
case chtCollectionViewWaterfallLayoutItemRenderDirectionRightToLeft
}

public let CHTCollectionElementKindSectionHeader = "CHTCollectionElementKindSectionHeader"
public let CHTCollectionElementKindSectionFooter = "CHTCollectionElementKindSectionFooter"
class CHTCollectionViewWaterfallLayout : UICollectionViewLayout{
let CHTCollectionElementKindSectionHeader = "CHTCollectionElementKindSectionHeader"
let CHTCollectionElementKindSectionFooter = "CHTCollectionElementKindSectionFooter"

var columnCount : NSInteger{
didSet{
Expand Down

0 comments on commit bb96a32

Please sign in to comment.