Search code examples
iosiphoneuiscrollviewnscalendar

Horizontal Calendar in iOS


I have used UIDatePicker as native control and also used libraries mentioned over Stackoverflow and github. But i want to have a calendar view , horizontally scrolling days in a row like in image.

Please share your ideas/logic about what are possible solutions to achieve this functionality. Thanksenter image description here


Solution

  • You can use library that is most closest to functionality you required and can customize its appearance as per you need.

    https://github.com/CapitalGene/objc-CGCalendarView

    enter image description here