I am trying to create a UITabBarController from a Nib.
In my project, I do not use Storyboards at all, I prefer going the Nib method, as it makes the project much more managable.
So here is what I did so far
I create a new CocoaTouch class file and I check the Also Create XIB File
Then I got two files
But in the xib file, I didnt get the usual UITabBarController as how we usually get from a Storyboard UITabBarController. I only got a View..
I am wondering what is the proper way to create a UITabBarController usig NIB/Xib?
Thank yu!!