One IBOutlet for two UILabels

Posted by Mike Rychev on Stack Overflow See other posts from Stack Overflow or by Mike Rychev
Published on 2010-03-31T14:43:34Z Indexed on 2010/03/31 15:23 UTC
Read the original article Hit count: 301

Filed under:
|

I have two views within one .xib (one view for landscape, another for portrait). How can I use the same IBOutlet I've defined in @interface section for both labels if they have the same functionality. (ctrl+dragging to both of them does'n help-each time I drag to second, the first one loses its outlet).

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about xcode