devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Day View Resolution #279

Open tavendn opened 10 years ago

tavendn commented 10 years ago

How do I get the calendar day view resolution to 15 minutes instead of 30? Any ideas on where to start.

I usually schedule in 15 minute blocks.

paresh-navadiya commented 9 years ago

Comment below line and 15 min blocks will be added.

eventHeight = MAX(roundf(VERTICAL_DIFF/2), eventHeight);