我使用一个ABPersonViewController
类来修改一个联系人。
在 ios6 中,可以使用以下代码在视图末尾显示删除按钮:
[self.modContatto setValue:[NSNumber numberWithBool:YES] forKey:@"allowsDeletion"];
在 ios7 相同的代码没有效果,删除按钮不显示。
io7有办法显示删除按钮吗?
我使用一个ABPersonViewController
类来修改一个联系人。
在 ios6 中,可以使用以下代码在视图末尾显示删除按钮:
[self.modContatto setValue:[NSNumber numberWithBool:YES] forKey:@"allowsDeletion"];
在 ios7 相同的代码没有效果,删除按钮不显示。
io7有办法显示删除按钮吗?