Cocoa touch - UIView in Interface Builder

Posted by teepusink on Stack Overflow See other posts from Stack Overflow or by teepusink
Published on 2010-04-20T23:45:15Z Indexed on 2010/04/21 8:33 UTC
Read the original article Hit count: 549

Filed under:
|

Hi,

I've created a UIView (of type ColumnView) in Interface Builder.
Is it possible to add that UIView multiple times to my window?

I'm trying to create a UIView template that I can add to my window in a couple of places but can't figure out how to do that.

I tried referencing the outlet of that UIView to 2 different IBOutlets but when I add the 2 outlets to my window, it's just treated as a single UIView.
Need the UIView to be duplicated.

Thanks,
Tee

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about objective-c