TKCalendarMonthView *calendar1=[[TKCalendarMonthView alloc] init]; calendar1.delegate = self; calendar1.dataSource = self; [calendar1 selectDate:[NSDate date]]; [self.view addSubview:calendar1];
Add this to the .m file where you want to display.
source share