I use an ABPersonViewController
class to modify a contact.
In ios6 a could display the delete button at the end of the view, using the code:
[self.modContatto setValue:[NSNumber numberWithBool:YES] forKey:@"allowsDeletion"];
In ios7 the same code has not effect and the delete button is not displayed.
There is a way in io7 to display the delete button?