I have just implemented the tapku library calendar into my app. The calendar displays a event list under the calendar. (cell view)
I have it so its shows a date using this code - @"2012-08-09 00:00:00 +0000".
How would i make it so that when the user click on the date above it shows a message like "Your birthday" in the cell below?
I used this to help me with the initial part - http://developinginthedark.com/posts/iphone-tapku-calendar-markers