ios - UITableViewCell on delete doesn't move UITableViewCell's contentView -


i'm running ios 7 on xcode 5.1 have simple table view cell subclass couple labels , switch.

enter image description here

all uiview elements in cell's contentview. logged tableviewcell's contentview , see 2 labels , switch. reading other posts, thought that's had put elements in uitableviewcell's contentview are. have constraints setup ib put in me see if move labels when edit button selected, not. looks this:

enter image description here

i'd move on labels when edit button selected. thoughts? in advance!

try using tableview reloadinputview or reloaddata. if doesnt work, @ of tableviews delegate methods, , respond event happening table or cell using 1 of methods


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -