0

Can anyone suggest me a good calendar for iOS that has a day view, week view and a month view. Something similar to MBCalendarKit which I downloaded from

https://www.cocoacontrols.com/search?utf8=&q=calendar

When I integrate this calendar in my application using storyboard, I am not able to see the bottom buttons as seen in the image below.

Can anyone suggest me how to remove this bug or can you guys suggest me a good alternative for this? I tried almost all the calendars available like tapku, Kal etc.

Screen shot

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Leo Joseph
  • 69
  • 1
  • 1
  • 8

2 Answers2

1

Checkout i created day view using Tapku library DayView

For WeekView and MonthView use Tapku library

I have customized to some extent just like iCalender

Paresh Navadiya
  • 38,095
  • 11
  • 81
  • 132
0

I integrated MBCalendarKit with my App using storyboard. I just had to make the view controller in the storyboard to which I am connecting the MBCalendarKit as a navigation controller.

Leo Joseph
  • 69
  • 1
  • 1
  • 8