Create a UITableView and set the style to UITableViewStyleGrouped (you can do this programmatically or in IB).
Then you want 2 sections, the first has 3 lines and the second has 1 line.
You should probably just look in the documentation for the UITableView and check the same code to get started, but this is the main format.
source share