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