Enumeration: UIUserInterfaceIdiom
Overview
The type of interface that should be used on the current device
Constant Summary
- UIUserInterfaceIdiomPhone
The user interface should be designed for iphone and ipod touch.available in ios 3.2 and later.declared in uidevice.h.
- UIUserInterfaceIdiomPad
The user interface should be designed for ipad. available in ios 3.2 and later.declared in uidevice.h.