ios - How do I detect when a user changes the month or week in JTCalendar? -


does know how detect month or week changes in jtcalendar? don't see events in documentation. thanks.

you can use jtcalander delegate method

- (void)calendardidloadpreviouspage:(jtcalendarmanager *)calendar{  }  - (void)calendardidloadnextpage:(jtcalendarmanager *)calendar{  } 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -