You have to make two different UI layout for both. iPhone and iPad.
In your code you have to check the current device using a macro defined in UIKit
** UI_USER_INTERFACE_IDIOM()**
The macro will return an enumeration
UIUserInterfaceIdiomPhone or UIUserInterfaceIdiomPad.
Depending on you use the according view in your viewcontrollers