This is weird. Look at my IB project first:

And now how it looks on the simulator:

Two things here:
- Why is the cell higher than I set on the IB? I swear there is no code messing up with it’s frame. I’m using auto layout.
- I’m changing Green label’s frame when I fill it with text. Actually there is another line after GGTP,… but it appears only after I scroll the list down so this elements dissapears and then scroll back.
I guess you are using auto layout. In new version of xcode, auto layout is default. You can uncheck “Use auto-layout” in the view’s File inspector tab.
Then, you can specify cell’s heigh by overwrite this method in table view controller.