CVCalender monthView not shows constraint issue iOS.
Problem:
I had installed CVCalender for my project.In my view menuView shows but dayview not shows.
If i tried with weekview it works but monthview it will not works.
Solution:
pod 'KDCalendar', '1.8.2'
Please try the above one it will works good.For iOS 10 and below it will works this version.For 10 and above you can try the below one to complete..
pod 'KDCalendar'
Comments
Post a Comment