I am using autolayout in Xcode 5.
I set the table view\'s height to Greater than or equal to 200px. I want that it has dynamic size. Because sometimes it will have many
Or you can satisfy height constraint from storyboard and check: [x]Remove at build time
Then, in your controller, update tableview's height which contains all your cells stuff. (*I use PureLayout as framework over AutoLayout)