How would I go about building a calendar UI control for the iPhone/iPad?
Posted
by BeachRunnerJoe
on Stack Overflow
See other posts from Stack Overflow
or by BeachRunnerJoe
Published on 2010-05-19T18:26:59Z
Indexed on
2010/05/19
18:30 UTC
Read the original article
Hit count: 310
Hello. There are a few different 3rd party code frameworks that include calendar controls, but most of them have a lot of functionality I don't need, plus most of them lack sufficient documentation on how to use them and I'm not a proficient enough iPhone developer figure it out using just the code. So I'm going to attempt to build my own and I was hoping you could provide me with some high-level direction to get started. At a high level, how could I build a simple, calendar control that doesn't do much more than display a calendar (month view, with the current date highlighted) and allows the user to selected a date?
Something that looks like the calendar in the upper right corner of this image...
Thanks so much in advance for your help!
© Stack Overflow or respective owner