Vurig-Calendar icon indicating copy to clipboard operation
Vurig-Calendar copied to clipboard

how to change height in tableviewCell

Open berained opened this issue 10 years ago • 1 comments

I put a calendarView in a first cell of UITableView, There are others in the second cell. I don't know how to change the height of first cell .What can I code At the method of " ...heightForRowAtIndexPath " ?

berained avatar Jun 06 '14 06:06 berained

float heightToUse = [calendarView calendarHeight];

holster21 avatar Sep 17 '14 17:09 holster21