Hi,
I have created a custom view with Interface Builder and defined its IBOutlet variable within my ViewController. Now I would like to instantiate multiple variables of this view, without duplicating the view in Interface Builder and creating its respective IBOutlets. When I connect the view in Interface Builder to multiple reference outlets they all instantiate the same view, but I would like to place multiple views at different positions as subviews. What is the right way to do this ?