Problem of CalendarDidLoadNextPage
Opened this issue · 4 comments
mingxuler commented
Hello Jonathan;
When I send the network request the method of "calendarDidLoadNextPage" as below,the pageView slide not in the mid.If did not set the the request,slipe to the next mouth is normal.Is there something about about thread when I send the net request, it influences the pageView slide.
- (void)calendarDidLoadNextPage:(JTCalendarManager *)calendar
{
NSDate * date = [calendar date];
// send a network request for next mouth events
[self findAttendanceRequest:date];
}
arvincong commented
you can DispatchQueue.global().async{
sleep(1);
DispatchQueue.main.async{
//do net work request
}
}
vikrant-Ios commented
@mingxuler your issue has been resolved ?
please tell how to resolve this type issue .
ZhouguanyuIOS commented
@vikrant-Ios your issue has been resolved ?
please tell how to resolve this type issue .
vikrant-Ios commented
Hi,
No, it wasn't resolved yet so, i changed the flow to save time.
Thanks & Regards
Vikrant Rohilla
+91 9254575005
vikrant.rohilla.30@gmail.com
…On Mon, Jul 2, 2018 at 2:17 PM ZhouguanyuIOS ***@***.***> wrote:
@vikrant-Ios <https://github.com/vikrant-Ios> your issue has been
resolved ?
please tell how to resolve this type issue .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#343 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcrojGu3jKqQi2K9P7AY00lKeswFZOmZks5uCd48gaJpZM4N_aFX>
.