Search code examples
iosscrollview

Resizing UITableview height programmatically


I have scrollview which has four labels and under each label there is tableview, i want to adjust tableview according to data and move label after tableview.


Solution

  • If I'm not understanding your question wrong, you can use UITableView with headers implementations.

    Here's the help,

    Customize UITableView header section