Can I use a single prototype cell in multiple tableViews?

后端 未结 5 1928

I am having two different tableviews in two different controller. But the cells, that I need to display in them, look identical. I have created a prototype cell in one tableView

5条回答
  •  情书的邮戳
    2021-02-05 06:52

    I have used the same UITableViewCell in different apps. just copy one TableViewCell to the other app. That is both apps have the same layout and such. The apps don't belong to the same workspace. The setup works nice, no problems or errors.. just don't know if thats good practice.

提交回复
热议问题