I have to create a UIView Table in swift with 2 prototype cells, each having different heights. My first cell will only have a label and a button in same line, so its height should not be too much. Where as second cell will be having a image, 4 labels etc. so I need height for this. Is there a way I can change the height of dynamic tableview cell in code or IB?
Thanks!