I've developed a ViewController that shows different data according to the input parameter. I would like to use a tabBar
interface and call the same ViewController from different tabs by passing them to different parameters.
Can I do this? I get errors if I specify the ViewController's NIB in tabBar
item.
Can you help me please?
Thanks in advance.