My UITableView won't scroll down through the end of the data! Why?

前端 未结 9 1087
庸人自扰
庸人自扰 2021-01-01 19:07

Ok I don\'t know why this isn\'t working, but I have hooked up a tableView, with 19 items of text I\'d like to set to each cell.

The cells populate just fine, but wh

9条回答
  •  春和景丽
    2021-01-01 19:55

    If you have a storyboard or nib try this (note, you might have to add some constraints if you want to support landscape).

    enter image description here

提交回复
热议问题