jaykz52 / CKCalendar

A sleek, easily customized calendar control for iOS.
www.cozykozy.com
634 stars 179 forks source link

text in date buttons is blurred #33

Closed viking2009 closed 11 years ago

viking2009 commented 11 years ago

CKCalendarView method calculateDayCellFrame: calculates frame with float origin and size, as result text in button is blurred

2013-04-11 11:40:50.645 Calendar[1012:f803] dateButton.frame = {{0, 23}, {43.2857, 43.2857}} 2013-04-11 11:40:50.646 Calendar[1012:f803] dateButton.frame = {{44.2857, 23}, {43.2857, 43.2857}} 2013-04-11 11:40:50.646 Calendar[1012:f803] dateButton.frame = {{88.5714, 23}, {43.2857, 43.2857}}

jaykz52 commented 11 years ago

Ah, poor craftmanship on my part. Will get this fixed ASAP.

jaykz52 commented 11 years ago

If you don't have time to upgrade to v1.0 (it has a few API changes), I'm maintained an 0.x branch for bug fixes: https://github.com/jaykz52/CKCalendar/tree/v0.x