Could you help me with this question, please?
I only need to put a simple Calendar in one of the screens, and I do not have any idea of how can I obtain it, because this UI element is not in the IB.
My client wants the screen like the image below, without the UISegmentedControl (with list, day, month) that has the Calendar app on iPhone.
He wants to see just a calendar, and when you click in one of the days, another view will appear (FYI: view with data loaded from a website corresponding for that day).
http://craigl21.typepad.com/.a/6a00e008db59db8834010535e2d304970c-800wi
So, finally my questions are:
Your help will be much appreciated.
calendar. A single-month calendar that allows users to select dates and move to the next/previous month. The control supports all date and time formats.
The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.
The NSCalendar classes are only used for date calculation and apple does not provide a standard calendar element as a part of their UIKit library. However, take a look on this github project, someone published a project that contains a custom made calender UI.
https://github.com/guicocoa/calendar.
It's all open source ofcourse, so you can adjust the design and functionality as you need
You can use https://github.com/devinross/tapkulibrary calendar for you app If you want to add some event on date selection then you need to import events from your app to native iphone calendar? You should use EventKit for that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With