I wanted to rename the files .h, .m. .xib into my own name.
I have created a tabbed application, and I did single click on the source browser, and changed
FirstViewController.h to FVC.h
FirstViewController.m to FVC.m
and changed respective places to include FVC.h.
It works for me. But what i would like to know is that is this the right approach that i can go ahead with?.. will there be any hidden issues with this approach?