TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Anton Bukov.
Fully configurable iOS calendar UI component with multiple layouts and smooth animations.
Month, year, 20-years views:
Week view:
Three weeks view (thanks @ChrisJCraft for idea):
Seasoned month view:
This library project is "iOS Static Library" and made with this instruction: http://code.google.com/p/ios-static-framework/
Compile project ABCalendarPicker.xcodeproj
Open ~/Library/Developer/Xcode/DerivedData
in Finder by pressing ⇧⌘G
Find ABCalendarPicker.framework and ABCalendarPicker.bundle in .../ABCalendarPicker-xxxxxxxxxxx/Build/Products/
Add ABCalendarPicker.framework to your project frameworks
Add ABCalendarPicker.bundle to your project resources
Create UIView object in your XIB
Change UIView class to ABCalendarPicker using Identity Inspector
Add this first line to main.m: [ABCalendarPicker class];
#import <ABCalendarPicker/ABCalendarPicker.h>
anywhere you need.
Here are two videos, short and long. Short video shows component features. Long video shows commertial app features on iPhone 4 (really the slowest iPhone for animations).
ABCalendarPicker short demo: http://youtu.be/d2PGFiO_jk4
ABCalendarPicker 3 weeks mode: http://youtu.be/1B0X4Zqy8QY
Mr.Calendario long demo: http://youtu.be/Hz3D4Q5CDuQ
Mr.Calendario in AppStore (not free)
Written with Mou - The missing Markdown editor for web developers