简体   繁体   中英

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

Does anyone know how to detect month or week changes in JTCalendar ? I don't see any events for that in the documentation. Thanks.

You can use JTCalander delegate method

- (void)calendarDidLoadPreviousPage:(JTCalendarManager *)calendar{

}

- (void)calendarDidLoadNextPage:(JTCalendarManager *)calendar{

}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM