Hi,
I am creating an iphone app and wanted to know if using NIB files created and modified using the IB is a better practice or is it ok to write the complete UI code without using a single NIB file?
The reason I ask this is because the data for some of the views is going to be dynamic. that is on my main view depending on the data fetched from my server through XML I might need to show one or two or three or four buttons.( a max of four buttons )
So currently i have written this using code and not using even a single NIB file, is this correct design for dynamic data that might change the number of buttons displayed?