Skip to content

Commit

Permalink
removed depracated function
Browse files Browse the repository at this point in the history
  • Loading branch information
patchthecode committed May 24, 2016
1 parent 4fc3693 commit 54516ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Pod/Classes/JTAppleCalendarDelegates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ extension JTAppleCalendarView: UICollectionViewDataSource, UICollectionViewDeleg
// ONLY if the counterPart cell is visible, then we need to inform the delegate
refreshIndexPathIfVisible(aSelectedCounterPartIndexPath)
}

delegate.calendar(self, didSelectDate: dateSelectedByUser, cell: selectedCell?.cellView, cellState: cellState)
}
}
Expand Down
9 changes: 0 additions & 9 deletions Pod/Classes/UserInteractionFunctions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ extension JTAppleCalendarView {
}
configureChangeOfRows()
}


/// Returns the calendar view's current section boundary dates.
/// - returns:
/// - startDate: The start date of the current section
/// - endDate: The end date of the current section
@available(*, deprecated=3.0, message="Since 3.0.0 Use currentCalendarDateSegment function instead") public func currentCalendarSegment() -> (startDate: NSDate, endDate: NSDate)? {
return dateFromSection(currentSectionPage)
}

/// Returns the calendar view's current section boundary dates.
/// - returns:
Expand Down

0 comments on commit 54516ee

Please sign in to comment.