Just a concept question.
What would you prefer doing and why, should you need to insert into a view a subview, would you rather have a nib file to add it or would you programatically insert it?
I am talking about xcode 4.~ development using storyboards.
Regards, Guy.
That depends on your situation. If it’s something very simple or something dynamic (variable number of buttons for example) then I would do it programmatically. If it’s a complex but static view (something like a settings view) then I would try using IB.