Custom UITableViewCell in edit mode does not move my UILabels
This is doing my head in:-) I have a fully functional CoreData Populated UITableView inside a UIViewController and I have successfully implemented the "Swipe to Delete option" (which is easy) and I can also delete single instances with an edit button where the red circle thingy comes up. My problem is, and I think it is because I have a CustomCell, that when I press the edit button the UILabels do not move to the right. I have tried using -(void)layoutSubViews and a few others, but nothing works. I have posted my code for my cellForRowAtIndexPath . This is part of a note section in my app.