iOS的日历控件开源代码

开源的优质代码也很多了,整理下给各位需要的同学。

devinross/tapkulibrary – GitHub

封装了比较多的类,日历只是其中很少的一块,和iOS自带的UI几乎是一模一样。

 

klazuka/Kal – GitHub

这个也是标准的日历控件哦

 

muhku/calendar-ui – GitHub

日别和周别表示的日历


 

damiandawber/DDCalendarView – GitHub

简单明了的日历

 

shaokun/SimpleCalendarView – GitHub

看起来比较漂亮,代码结构清晰

 

voidparadox/Si-Calendar – GitHub

标准的日历控件,增加了少许动画

 

iphonecal – iPhone calendar control/iPhone日历控件 – Google Project Hosting

中国语的日历控件。


CKCalendar 是一个可轻松进行定制的日历、日期选择组件。 CKCalendar is a sleek, easily customizable calendar control for iOS. Simply add the header, implementation, and resource files to your project and link against it's framework dependencies: QuartzCore and CoreGraphics. The Calendar provides delegate callbacks to
interact with the calendar in the way you would expect.


你可能感兴趣的:(android,android,calendar)