UIScrollView with 3 UITableViews

Posted by drDevPep on Stack Overflow See other posts from Stack Overflow or by drDevPep
Published on 2010-05-12T13:21:56Z Indexed on 2010/05/12 13:24 UTC
Read the original article Hit count: 348

I made a UIScrollView like the Weather.app.

On the first page I've placed a UITableView which shows data loaded from a website. On the second and on the first page I also want to place a UITableView. The other two tables should also load data from a website, but from another URL.

Now my question. How can I set up a UIScrollView with 3 UITableViews in it?

© Stack Overflow or respective owner

Related posts about uiscrollview

Related posts about uitableview