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.
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
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.
Related
I'm using the https://github.com/richardtop/CalendarKit library to show all events in the calendar.
this library is amazing & it's working fine.
Now, the problem is it's only available with Day View.
In my project requirements are DayView & WeekView
ScreenShot 1: Day View (Default)
Which is working fine.
What I want to achieve with this library is WeekView
Check the below screenshot.
ScreenShot 2: Week View (Default)
I've searched many libraries but none of them supports the same UI.
Is there any solution or can we achieve it same UI?
I'm trying to create a calendar weekview in portrait mode in an iOS app. I only need 1 week that will be displayed all the time, so 7 columns are enough.
To visualise: the result should look something like the middle screen in this picture:
http://41.media.tumblr.com/a5bc39604e4cd0d6ebf036d204aff82e/tumblr_ncndmwmNKg1tlbw3mo3_1280.jpg
I'm fairly new to iOS. I can create some basic apps now but can't figure out how to design this view.
What controller and view should I start with?
Any ideas on how to design this view?
Any help is very welcome! Thanks in advance.
Try to use this awesome library.. https://github.com/erichoracek/MSCollectionViewCalendarLayout
I want to add events for Month view using Tapku Library for iOS.
I am able to add the month view but don't know how to show events in month view.
Any help /guidance is appreciated.
Thanks in advance.
I am looking to implement a calendar with month view & to be able to add appointments to day, as in attached image. Suggest me with some example to approach this, Thank you in advance!
I am having a problem with my iOS application that has Kal integrated into the application.
Heres an image of whats going on.
If you notice the classes I have implemented on the left part of the picture, you can sorta capture the way I went about this.
Anyways, I want to give the button "Today" functionality, but over all three segmented views, a perfect example is the native CALENDAR application the iPhone has preinstalled.
This tabbarcontroller is exactly the calendar app, or at least i want it to be.
I will provide any extra details if needed, i'll be sitting at my desk all weekend.
Thank you.
EDIT:
I currently have implemented the today button within the calendar_main class which is a parentviewcontroller of the other child view controllers (segmentedViews:list, day, month).
If needed, i can provide code.