Top "Ios-universal-app" questions

An iOS universal app is an app that can be run both on iPhone, iPhone with retina screen, iPad and iPad with retina screen.

How to get UITextField Tap Event?

I am trying to show UIAlertView on Tap or Click of UITextField for both IPad and IPhone. I make an …

iphone objective-c ios ipad ios-universal-app
Universal iPhone/iPad application debug compilation error for iPhone testing

I have written an iPhone and iPad universal app which runs fine in the iPad simulator on Xcode, but I …

iphone ios ipad ios-universal-app
Do we need to use 2 Storyboard for a Universal app?

I have a project for iPhone and iPad. The iPad needs a split view controller. Do we create two separate …

ios storyboard ios-universal-app
this class is not key value coding-compliant for the key view.'

I have a problem in AppDelegate, when run the app I get this error: Terminating app due to uncaught exception …

ios compiler-errors ios-universal-app appdelegate
Universal application with Portrait orientation for iPhone and Landscape orientation for iPad

I'm creating a Universal application using Swift. I have used Storyboard and Auto-Layouts. Requirement is of creating a universal application …

iphone ipad swift ios-universal-app