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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -