Hey guys. I'm having more issues with my UITableViewCells. First question is, is there a way to hide a subview of a cell while it is about to be deleted? As in when you click on the red circle and the delete button pops up? Can I detect that the delete button is there and hide it when it shows up?
And I have my subview (a label) set to use an autoresizing mask, so when I make the table editable the text slides to the left like it should, but once I delete a row, all of the other row's text just kinda slides to the right a bit, off the screen.
It is very strange.
Please see pics.
This is the table pre edit. Just fine.
This is editable, resizing fine.
This is why I want to just hide the right label.
This happens if I delete a cell, to all of the other ones.
Thanks so much!
- Josh