TimesSquare is a library to display a calendar in a view in your iPhone or iPad app. We wrote it after searching high and low for a better way and finding none.
Easy: create an instance of TSQCalendarView
. Set its firstDate
and lastDate
properties to give yourself a range of dates.
While we fully expect you'll use it to display a Gregorian calendar most of the time, TimesSquare is just as happy displaying any of the calendars NSCalendar
supports. The included test app shows you how to do this.
If you install appledoc ("brew info homebrew/versions/appledoc22
", "ln -s /usr/local/Cellar/appledoc22/2.2.1/bin/appledoc /usr/local/bin/appledoc
") you can build the "TimesSquare Documentation" target in Xcode and see (and search!) the full API in your documentation window.
We're glad you're interested in TimesSquare, and we'd love to see where you take it.
Any contributors to the master TimesSquare repository must sign the Individual Contributor License Agreement (CLA). It's a short form that covers our bases and makes sure you're eligible to contribute.
When you have a change you'd like to see in the master repository, send a pull request. Before we merge your request, we'll make sure you're in the list of people who have signed a CLA.
Thanks, and happy date picking!