最終更新:2013-01-11 (金) 02:47:06 (4116d)  

UIScreen
Top / UIScreen

デバイスに接続された物理画面を表します。

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScreen_Class/Reference/UIScreen.html

Tasks

Getting the Available Screens

Getting the Bounds Information

Accessing the Screen Modes

  • preferredMode? - property - UIScreenMode?
  • availableModes? - property - (NSArray)
  • currentMode? - property - (UIScreenMode?)

Getting a Display Link

  • displayLinkWithTarget:selector?
    - (CADisplayLink *)displayLinkWithTarget:(id)target selector:(SEL)sel

Setting a Display’s Brightness

  • brightness? - property - (CGFloat)
  • wantsSoftwareDimming? - property - (BOOL)

Setting a Display’s Overscan Compensation.

  • overscanCompensation? - property - (UIScreenOverscanCompensation?)

関連