nirmaIntelliswift

Results 4 comments of nirmaIntelliswift

TO go next month :- [_calendarManager.contentView loadNextPageWithAnimation]; To go previous month:-[_calendarManager.contentView loadPreviousPageWithAnimation];

I think you are using older version of JTCalendar......because in newer version calendarAppearance is not available...try new updated version

use createRandomEvents function in selectionView controller just put ur dates in _eventsByDate dictionary and in prepareDayView delegate method do ur stuff like this :- if([self haveEventForDay:dayView.date]){ dayView.dotView.hidden = NO; dayView.textLabel.textColor...

use changeLeftViewWidth method like [slideMenuController changeLeftViewWidth:200];