So I've got a custom tableviewcell set up with a NIB for the layout. Inside the cell I have 2 imageviews, and when I go to delete a record, both the images indent, and I can't figure out for the life of me how to stop them from doing it.
Again, these are imageviews laid out in IB, not through a Rect.
I know
shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath
only applies to the default types so no help there.
Thanks in advance.