ruslanskorb / RSDayFlow

iOS 7+ Calendar (Date Picker) with Infinite Scrolling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we Check scrolling stoped over which Month

umairjamalian opened this issue · comments

For Example we have to mark some dates for some events, how can we identify current month visible on screen after scrolling stops so that we do the required steps against that.

Waiting for response.

Regards
Umair Jamal

You can create a subclass of RSDFDatePickerView, override scrollViewDidEndDraggin:willDecelerate: and scrollViewDidEndDecelerating: methods, get visible cells and use dateForCellAtIndexPath: method to identify the visible month(s).