Get cell tag in heightForRow
I have two separate uitableviewcell xib's with same file's owner that appear one after the other a certain number of times. Example, first 4 rows are of type Cell 1 and next 8 rows of type Cell2. Both cell1 & 2 need to have different heights. How do i differentiate between the two in the heightForRow delegate so as to return different row heights? I have different tags assigned to the cell's but cant figure how to access it.
|