Skip to content

Commit

Permalink
- Fixed a protocol requirement in JTAppleCalendarLayoutProtocol to it…
Browse files Browse the repository at this point in the history
…s updated signature. This fixes a compile-time error such as the one referenced in issue #501
  • Loading branch information
mayurdzk authored and patchthecode committed Jul 26, 2017
1 parent 99941e6 commit 9089ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/JTAppleCalendarLayoutProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protocol JTAppleCalendarLayoutProtocol: class {
var minimumLineSpacing: CGFloat {get set}
var sectionInset: UIEdgeInsets {get set}
var scrollDirection: UICollectionViewScrollDirection {get set}
func targetContentOffsetForProposedContentOffset(_ proposedContentOffset: CGPoint) -> CGPoint
func targetContentOffset(forProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint
func layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
}

Expand Down

0 comments on commit 9089ff9

Please sign in to comment.