Before jumping on me, please read my question carefully :D. I know there are already a few answers here, but there is none related about the actual view. I know how to implement the logic, using a UIScrollView and etc. But my question is this: how do you suggest to implement the View. (I want to add three instances of this custom UIView to a UIScrollView). I was thinking of drawing the lines in drawRect and adding the UILabels in initWithFrame. Or should I build a different custom UIView containing my line, and after that add it multiple times to the custom UIView representing my Calendar View?
Right now I am only interested in creating the background view (time labels and lines), I will worry about the events later.
Thank you for your help.
You can use Tapku Library for Calendar view in iPhone the following link for tapku library, Implements it https://github.com/devinross/tapkulibrary
Download library and USE TKCalendarMonthView for calendar..