How to make UITableView's height dynamic with autolayout feature?

后端 未结 5 1332
抹茶落季
抹茶落季 2021-01-31 03:32

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

5条回答
  •  野的像风
    2021-01-31 03:59

    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)

提交回复
热议问题