Using View multiple times in Interface Builder

Posted by user1396236 on Stack Overflow See other posts from Stack Overflow or by user1396236
Published on 2013-10-29T09:51:41Z Indexed on 2013/10/29 9:53 UTC
Read the original article Hit count: 154

I'm using a UITableview and have a custom Cell with some labels. I set up all the constraints in Interface Builder. Now I'm using this Cell multiple times, I just copied it in IB. Now it's the time to change some of these contraints because of some bugs (I'm converting a iPhone App to an Universal). But it can't be right that I now have to set the constraints manually for every cell? How do I do right? If I want to control the constraints in one central place, do I have to set them up in Code? I would really not like that! Thanks in advance.

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about interface-builder