Quote:
Originally Posted by danilkazzz
Why don't you just create 3 nibs: cold.xib, tea.xib and so on, make separate UITableViewController Classes, set the right class to the right .xib in IB and connect the view of a tab bar item with the right xib?
|
Thanks Danilkazzz. Will the memory size of the App be more if I created 3 Nibs? I thought acheiving this with one MainWindow.xib will save memory. Also, there is only one SQL table. Do you still think that is the best way to do it?