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!
Related
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.
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.
Maybe this is not a real question, because I am asking for pointers on how to implement an Agenda (divided by months, week, day... something like fullcalendar plugin for jQuery) in iOS. My first guess is to use UICollectionView and stylish every day of the agenda as a UIView.
Am I on the right path?
UICollectionView is a good idea.
However, it might take you a while, have you tried searching cocoacontrols?
I've written my own view within a few days, you can borrow the code https://bitbucket.org/robvanderveer/calendardemo
It actually is a datepicker not a calendar. Mind that it is working code, but not polished.
I need to implement a custom Calendar similar Blackberry native Calendar. I need to mimic almost the same as we see Month view on native Calendar. I tried GridFieldManager, but that doesn't have that much flexibilities. I just went through this site and tried to mimic kind of Calendar view, but I am seeing problem that I need to display the grid lines in a different color and text inside the grids in a different color.
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/How_To_-_Create_a_rich_UI_layout_with_TableLayoutManager.html?nodeid=1906675&vernum=0
Could you please share your thoughts and guide me?
thank you,
Ramesh S