tags:

views:

43

answers:

1

Hello what is the right way to place table view after label that populated dynamical and cannot guess what its height and they are all placed in scroll view ?

Thanks

A: 

The UITableView has a header title.. so why don't you just use a table view instead of a scroll view and set it's header title dynamically?

lukya
Thanks for the replybut what if there is a photo after the table , or even i need to place another table view ?
firas