IOS: choice a UIScrollView or a UITableView
问题 In my app I should create a view with a loto of informations; these informations are divided in 4 section, every section can contain text, images lists ecc... this is a brutal example... Now I'm dubious to what type of solution to adopt. In a my fast opinion a big scrollview is difficult to organize. And a big tableview with section is complicated to organize with code... What are your ideas? 回答1: You should go with UITABLEVIEW , easy to manage easy to understand, more reusability and good