سؤال

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

Thanks

enter image description here

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

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:

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top