Hi,
I've got a problem with my custom UITableViewCell. I have my custom labels and want to move them aside when the delete button appear.
I tried the method: -willTransitionToState:
but the animations doesn't work. The change is made immediately, but not with my animation.
Does anyone knows a method to use?
Thank you!!!