Question

What's the UIControl used in this pic? Is it a UITableView with another control on the bottom?

Thanks

enter image description here

Was it helpful?

Solution

I bet this is a UITableView with a custom cell for the Add Phone button.

OTHER TIPS

Could be a different type of cell in the last row, or a separate control below the table.

may be footer view of UITableView

It looks like a table view in edit state. The cell with the green plus is in add editing style.

I think you get this when you return UITableViewCellEditingStyleInsert from tableView:editingStyleForRowAtIndexPath:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top