Combine static and prototype content in a table view

前端 未结 8 1057
遇见更好的自我
遇见更好的自我 2020-11-28 23:57

Is there a way to combine static tableview cells (static content) with dynamic tableview cells (prototype content) using storyboard?

8条回答
  •  南笙
    南笙 (楼主)
    2020-11-29 00:39

    You can always make one you your tableviews appear similar to the static table but define it in code. Set the sections, amount or rows per section, headers etc. through the delegate methods.

提交回复
热议问题