Common header view on top of nib files with Interface builder

Posted by Tiago on Stack Overflow See other posts from Stack Overflow or by Tiago
Published on 2010-04-12T21:10:04Z Indexed on 2010/04/12 21:12 UTC
Read the original article Hit count: 374

Filed under:
|
|

Hi,

I have a nib file that contains an header that will be used in most of my views, so that I can change it's layout just once when I need. I'd like to know if it's possible to add the header nib view with interface builder, or if I need to do that programmatically and how should it be done.

I've thought about setting the subclass of the subview to a UIView subclass that automatically loads the nib file, but I'd like to do that with interface builder. Is that possible?

© Stack Overflow or respective owner

Related posts about uiview

Related posts about interface-builder