Is possible to translate the swipe to delete message in a UITableView
in iOS7?
I'm using two delegate methods to show de system swipe to delete button in specific rows of a UITableView
Yes, implement the function of UITableViewDelegate:
func tableView(tableView: UITableView, titleForDeleteConfirmationButtonForRowAtIndexPath indexPath: NSIndexPath) -> String! {
return "your string" //or customize for each indexPath
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With