I have a table view which has dynamic cells created by code. In IOS 7
to make sure the cell is displayed fully, I override the method heightForRowAtIndexPath
overriding this method in ios8 seems to make my cells just be one on top of the other, and all sized 67.0003
I do not want to create an autolayout layout for the cells, they are too complex and already made
Is there a way to fix the height issue in ios 8?