Multiple columns in iOS Tableview

前端 未结 3 413
一生所求
一生所求 2021-01-06 12:32

How to create multiple columns in row of the tableview?

3条回答
  •  花落未央
    2021-01-06 12:48

    I have created UIGridView in which a single UITableViewCell contains more than one cells. You can learn the source code of UIGridView.

    My advice is not to code it in your UIViewController. Build an external control and use it in UIViewController is a much better way.

    Or you can just use mine :)

提交回复
热议问题