Tuesday, November 20, 2012

userInterfaceIdiom


The style of interface to use on the current device. (read-only)
@property(nonatomic, readonly) UIUserInterfaceIdiom userInterfaceIdiom
For Universal applications you can use this property to tailor the behavior of your application for a specific device.iPad and iPhone have different screen sizes so we need to load specific view controller depending on the device.

No comments:

Post a Comment