Have started playing with Xcode 4.2, and created a single page application using storyboard and ARC. When I opened up the file, there are five files: AppDelegate .h and .m and ViewController .h, .m and storyboard.
No .xib file.
Is this normal? Or do I need to do something to generate a .xib file?
Thank you.
