Skip to content

Commit

Permalink
fixed public visibleDates() func within UserInteractionFunctions to n…
Browse files Browse the repository at this point in the history
…o longer improperly returning cell headers
  • Loading branch information
KyleConway authored and patchthecode committed Feb 1, 2017
1 parent 6d417ec commit c05209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UserInteractionFunctions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ extension JTAppleCalendarView {
return emptySegment
}

let cellAttributes = visibleElements()
let cellAttributes = visibleElements(excludeHeaders: true)
let indexPaths: [IndexPath] = cellAttributes.map { $0.indexPath }.sorted()
return dateSegmentInfoFrom(visible: indexPaths)
}
Expand Down

0 comments on commit c05209b

Please sign in to comment.