miketsprague / Si-Calendar

Savage Interactive's easy to use iOS calendar object.

Home Page:http://www.savageinteractive.com.au/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updates:

• Retina support
• Better dummy project to explain how to use. 
• Many improvements and bug fixes. 


Using the Si-Calendar:

• Copy the "/Calendar" folder into your project.
• Import the main controller CalendarViewController.
• Push the controller onto your navigation controller's stack.
• Set the CalendarViewController's delegate.

• Date changes and/or clear messages will be sent to your delegate:
- (void)calendarViewController:(CalendarViewController *)aCalendarViewController dateDidChange:(NSDate *)aDate


Check out the CalendarAppDelegate for an example of use!

About

Savage Interactive's easy to use iOS calendar object.

http://www.savageinteractive.com.au/

License:Other


Languages

Language:Objective-C 100.0%