k06a / ABCalendarPicker

Fully configurable iOS calendar UI component with multiple layouts and smooth animations.
MIT License
710 stars 119 forks source link

ABCalendarPickerDataSourceProtocol example request #5

Closed walsht closed 11 years ago

walsht commented 11 years ago

Can you provide a example using the ABCalendarPickerDataSourceProtocol with a tableview?

Thanks

k06a commented 11 years ago

Just updated Demo project and pushed some changes to protocol... Now this method is called numberOfEventsForDate instead of eventForDate.

Maybe in future this interface will have optional methods for determining color of events (points)

walsht commented 11 years ago

Looks good, any way you could put in logic to have a tableview below the calendar to display the events for the day when dateSelected is executed and resized based on animateNewHeight?

Thank you.

k06a commented 11 years ago

Just updated demo project to show iOS calendar events. Try it and close this issue :)

walsht commented 11 years ago

Looks great, you and close this enhancement :)