I converted my xib developed into iPad specific xib by adding iPad.XIB and replacing IBCocoaTouchFramework with IBIPadFramework in source code editor mode. Still my views are not covering full screen, lot of empty spaces are around the views and those views resolution also not good, Do I need to do anything extra other than that what I have mentioned above..
Edit:
I have created new project for iPad, its working fine, if I add new xib for iPad in my old project(iPhone) it is not working, Is there anything related to project we need to change?
Thanks.
if small view appears i assume your app doesnot support ipad platform ie its not unversal app. Create new unversal app and add all viewcontroller class and xib in it. – Prince