iphone screen - type of view to use

Posted by Fiona on Stack Overflow See other posts from Stack Overflow or by Fiona
Published on 2010-05-19T13:41:54Z Indexed on 2010/05/19 14:00 UTC
Read the original article Hit count: 222

Filed under:
|
|

Hi There everyone... looking for some advice on what type of view can be used to build a screen with the following elements:

2 labels followed by 2 buttons. Then a small table view with 3 rows.

Should a UIView be used or a UITableView? I've attempted using a UITableView - however I couldn't add the labels or buttons.

So I've now built the view using a UIView. I added the labels and buttons and then a UITableView from the library. However I have no idea how to populate the rows in the table?

Any ideas?

Regards, Fiona

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview