Leo Joseph
Leo Joseph

Reputation: 67

Calendar for iOS with week, day and month view

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

Upvotes: 0

Views: 956

Answers (2)

Paresh Navadiya
Paresh Navadiya

Reputation: 38259

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

Upvotes: 0

Leo Joseph
Leo Joseph

Reputation: 67

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.

Upvotes: 0

Related Questions