objc-TimesSquare icon indicating copy to clipboard operation
objc-TimesSquare copied to clipboard

Show an event marker for particular dates

Open percysnoodle opened this issue 12 years ago • 2 comments

This adds a method to the calendar delegate, -calendarView:shouldDisplayEventMarkerForDate:, which allows the delegate to specify that a marker should be displayed under the number.

screen shot 2013-05-10 at 15 11 06

The marker is the bullet character '•' so no additional images are required, and the delegate method is optional so this shouldn't break any existing installations.

percysnoodle avatar May 10 '13 14:05 percysnoodle

This is wonderful, but I'm a little hesitant to adopt anything that brings its own appearance to the party. Just a couple tweaks and it could be fine.

puls avatar May 10 '13 18:05 puls

Hi guys,

Eager to see this functionality available on master. Could we go ahead and merge back these changes?

pajai avatar Sep 17 '16 12:09 pajai