I am trying to upgrade my existing iPhone app project to an Universal app, I have implemented following steps,
Step 1: Project Navigator - target - Summary - devices - Universal (From iPhone to Universal)
Step 2: Created TabBar with NavigationBar Flow in Storyboard,
When i run my project in iPhone it works properly but when i run in iPad it shows only TabBar with NavigationBar.
Now my problem is how to create new .xib
files for iPad ? Xocde doesn't created automatically when i selected my device from iPhone to Universal.
or
How to map my iPhone .xib
files with iPad.
Do i need to create new Outlet and action for all buttons which are there in my iPhone .xib
?
Thanks in advance.