Is it possible to duplicate a UILabel so I can add it as a subview to multiple UIViews?
- by farnsworth
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?