How to position UITableViewCell at bottom of screen?

前端 未结 14 600
旧时难觅i
旧时难觅i 2020-12-08 03:25

There are one to three UITableViewCells in a UITableViewView. Is there a way to always position the cell(s) at the bottom of screen after rel

14条回答
  •  悲哀的现实
    2020-12-08 03:26

    Elegant and quick solution without a line of code.

    Use container view and put UITableViewController into container( embed segue ).

    You can set any height you want to this container.

提交回复
热议问题