Hi, I am using UItableviewcell:titleForDeleteConfirmationButtonForRowAtIndexPath: to change the title of my swipe to delete button from "delete" to "clear" everything works fine however once the button is actually pressed it creates a problem with the tableview.
If you want to use the tableview after you have pressed the button you have to touch it twice before the tableview operates like normal.. almost like it has freezed...
I am wanting to know if this is normal behavior or if anyone else has experiance this before and how I might be able to resolve the issue.
If you want to use the tableview after you have pressed the button you have to touch it twice before the tableview operates like normal.. almost like it has freezed...
I am wanting to know if this is normal behavior or if anyone else has experiance this before and how I might be able to resolve the issue.