I use .xib files for design
but most of my screens have the same structure, like 3 buttons and 2 label on top, remaining part is diff.
so I want to reuse buttons, labels from one .xib to another,
I have taken one parent-class for all similar screen so I created a label programatically in the parent-class which I can see in all its child class, but I want to do it using .xib
How can I use buttons in parent-class .xib to other child views?
I am doing that because I have the same header in 5 screens. header contains some buttons and labels, so I don't want to create the same design in each .xib