TimesSquare 1.0.2

TimesSquare 1.0.2

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Jul 2015

Maintained by Brian Partridge, Dan Federman, Dimitris Koutsogiorgas.



  • By
  • Square

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.

Usage

Gregorian Calendar

Easy: create an instance of TSQCalendarView. Set its firstDate and lastDate properties to give yourself a range of dates.

Calendars

Hebrew Calendar

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.

Further documentation

If you install appledoc ("brew install appledoc") you can build the "TimesSquare Documentation" target in Xcode and see (and search!) the full API in your documentation window.

Contributing

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!