IB not responding to UIImageView moving

Posted by Rudiger on Stack Overflow See other posts from Stack Overflow or by Rudiger
Published on 2010-05-25T08:43:20Z Indexed on 2010/05/25 10:31 UTC
Read the original article Hit count: 323

This an incredibly annoying bug. I had a imageView and 2 Labels in a customCell nib. I changed the locations of all of them in the nib and the labels moved, view didn't.

I've cleaned my targets, deleted everything relating to it the library, deleted the cell completely, reset the simulator, built it on a different target (3.1.2) and it still compiles the image in the same stupid spot.

Can anyone help this is nuts.

Sorry for being blunt but completely frustrated.

Edit: I have deleted the nib and created it over again by hand, but with the same names. Doesn't fix it. I've checked to see if im moving it somewhere in the code and no dice.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about interface-builder