jivesoftware / PDTSimpleCalendar

A simple Calendar / Date Picker for iOS using UICollectionView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can it be in a page of a selected page initially, but not in the first date page??

vosho opened this issue · comments

commented

Hi, I came across this amazing lib. I saved me a lot of time and designing.
But one question about it?
How can it be set in a page of a specified date initially, but not in the first date page??

@StevenWung
Read PDTSimpleCalendarViewController.h, then you'll see the method 'selectedDate' and 'scrollToSelectedDate' will solve your problem.
The comments are quite helpful!