I am trying to test the iPhone part of my universal app on an iPad, i am using Xcode 4.1 on Mac OSX Lion
I\'m struggling getting started with the Universal App template in Xcode 4.1. I\'m following thebasic principles set out by kotancode here. The problem is getting the relevant view controller to load.
My application is Universal app and i am implementing iAd in this app, Just wanted to know that what is the height and width of the iad banner view for iphone and ipad. I am doing through Xib, when i
I started my Universal app coding that makes the app run on iPhone and iPad. But later the requirement changed to make the app just for iPhone.
I\'m making a universal app based on the Utility App template.I\'ve selected a universal app and the MainView.xib and MainView~iPad.xib work properly on both device types.
I am updating an iPhone app to an universal. I have different views controller with XIB files, all is working well when navigatebetween this views on portrait mode, when the actual view is switching t
I want to make a universal app which has two different XIB files. One for iPhone, and one for iPad. They use the same code, just different UIs. How would开发者_C百科 I create a \"universal\" app?
I upgraded my iphone app an now it is compatible with iOS3 and ipad. I created two copies of my project. I upgraded one copy to two device-specific application and second copy to one universal applica
I have very simple iPhone app, which uses just UIButtons, UIlabels, UITableView. without any custom contr开发者_JAVA百科ollers and graphics. How can I convert app to universal with that UI?First updat
I am making an universal application for iPhone and iPad. I know there is a option to define that the text should scale downwards to a chosen point-size when it is to large however I need the text to开