Is it possible to duplicate a UILabel so I can add it as a subview to multiple UIViews?

Posted by farnsworth on Stack Overflow See other posts from Stack Overflow or by farnsworth
Published on 2010-03-28T00:31:34Z Indexed on 2010/03/28 0:33 UTC
Read the original article Hit count: 609

Filed under:
|

I know that a view can only be a subview of one superview, so is it possible to duplicate the UILabel so I don't have to copy the set-up code or write a function to create it?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk