You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FSCalendar version 2.5.1
Starting my app there is a big space between the month tag and the days (displayed wrong). After touching the calendar the days move up and it's displayed right.
The text was updated successfully, but these errors were encountered:
omerb44
changed the title
FSCalendar version 2.5.1
Calendar is settled
Nov 17, 2016
omerb44
changed the title
Calendar is settled
Space between month tag and days, after touching the calendar the days move up to it's right place
Nov 17, 2016
It's a behavior for adjusting scrollview inset of UIViewController. FSCalendar has tried to resist this but it seems to fail in some cases. To achieve a quick fix, just set
self.automaticallyAdjustsScrollViewInsets = NO;
in your ViewController.
BTW, can you share a demo for this so that I can fix it inside?
Setting the self.automaticallyAdjustsSCrollViewInsets = false helped fixing the "first touch"-problem. But now the layout is messed up. Or am I using wrong preferences?
FSCalendar version 2.5.1
Starting my app there is a big space between the month tag and the days (displayed wrong). After touching the calendar the days move up and it's displayed right.
The text was updated successfully, but these errors were encountered: