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:
- How to obtain the Calendar?
- I have 'Today' right bar button item of the Navigation bar working (click and another view is loaded). I would like to know how can I put a similar function for the days of the calendar, which I suppose all of them are buttons and I do not know how can I access to them (as I do not know anything about the Calendar element yet).
- By default, today's date must be selected in blue when you load this Calendar view, and when you press any of the days, another view will be loaded. If today's date is selected initially, when I load the Calendar view, the new view with today's details would be loaded immediately? (how could avoid this behaviour?) or hopefully, the calendar would wait for my click on today's date (or any other date)?
Your help will be much appreciated.