BadChoice / RVCalendarWeekView

Simple but powerful Calendar Week View for iOS
MIT License
101 stars 24 forks source link

Calendar has limit swape to change day #3

Closed sonysum closed 8 years ago

sonysum commented 8 years ago

i want to swape to change day all day like ios calendar app. thanks

BadChoice commented 8 years ago

Add this

_weekView.collectionView.pagingEnabled = YES;
sonysum commented 8 years ago

can swape but days are limit for calendar ios unlimit swape to change days

BadChoice commented 8 years ago

The infinite scroll is a pending feature yet, I can change the issue title to reflect that

Enviat des del meu iPhone

El 31 ag 2016, a les 12:30, sonysum notifications@github.com va escriure:

can swape but days are limit for calendar ios unlimit swape to change days

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

liuliangju commented 8 years ago

@BadChoice i think you can solve the issue in combination with JTCalendar.

BadChoice commented 8 years ago

I adde the infnite scroll in the las commit (only forward by now) you can check it