UITableView,如Contacts ios 7中的Social部分

时间:2013-12-27 07:00:26

标签: iphone uitableview ios7

我想在我的表格视图中设置添加或删除联系人的新社交个人资料等功能。这里我附上截图。请任何人帮助我。 want to set this kind of functionality in my tableview

2 个答案:

答案 0 :(得分:0)

请添加代码或包含您已经尝试过的详细信息。

但是有很多custom tableview controls可用。

请查看适用于iOS的MSCMoreOptionTableViewCell并自定义一点以实现目标。

enter image description here

另请查看developer.apple - CreateConfigureTableView documentationCustomize Cells.

答案 1 :(得分:-1)

我认为这很简单。 1.只需在表格视图的第二部分添加单元格即可 2.然后在表格视图中启用编辑 3.当用户点击添加更多单元格时,只需在第1部分添加新单元格。

删除操作将按默认行为进行处理。它很容易禁用删除部分。

Enable UITableView edit only in a specified section

用于更改默认删除图标,请参阅此内容,但这不是必需的。

Change default icon for moving cells in UITableView

我认为不需要代码。