I am Creating a Universal App for both Iphone and Ipad. But i don't need to have same class for both Iphone and Ipad. I need to have a separate classes for each Iphone and Ipad. Can any one give me idea How to do that? I already created my app using Xcode 4. But When i create a new project in there, its generating One class file and Nib for both devices. I don't need to have it in that way for my purpose.
EX : I need this kind of classes files for both devices
IphoneviewController.h
IPhoneviewController.m
IPadviewController.h
IPadviewController.m
one Xib
UniversalviewController.xib
Thanks and looking for a quick replies.