I am creating a small search application on an iPad. I want to show search results. Do I use UIScrollViewor UITableView?
The number of search results is unknown, and when the user scrolls vertically, I want to dynamically continue to get the results and fill any container that I will use. Something like what Google Reader (on the Internet) has.
Best suited for this purpose? UIScrollViewor UITableView? Also, please tell me how to dynamically populate the results?
source
share