PeteC / DSLCalendarView

Simple calendar view for iOS
347 stars 82 forks source link

Use the delegate for single day range touch #13

Open cl3m opened 11 years ago

cl3m commented 11 years ago

Hi,

You need to use the delegate on this line, otherwise it does not work as intended for single day range. (it get selected when the delegate implement "return nil").

Cheers,

Clem