最終更新:2013-01-12 (土) 00:22:28 (4116d)  

UIKit/関数
Top / UIKit / 関数

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

Functions by Task

Application Launch

Image Manipulation

  • UIImageJPEGRepresentation?
  • UIImagePNGRepresentation?

Image and Movie Saving

  • UIImageWriteToSavedPhotosAlbum?
  • UISaveVideoAtPathToSavedPhotosAlbum?
  • UIVideoAtPathIsCompatibleWithSavedPhotosAlbum?

Graphics

  • UIGraphicsGetCurrentContext?
  • UIGraphicsPushContext?
  • UIGraphicsPopContext?
  • UIGraphicsBeginImageContext
  • UIGraphicsBeginImageContextWithOptions?
  • UIGraphicsGetImageFromCurrentImageContext?
  • UIGraphicsEndImageContext?
  • UIRectClip?
  • UIRectFill?
  • UIRectFillUsingBlendMode?
  • UIRectFrame?
  • UIRectFrameUsingBlendMode?

PDF Creation

  • UIGraphicsBeginPDFContextToData?
  • UIGraphicsBeginPDFContextToFile?
  • UIGraphicsEndPDFContext?
  • UIGraphicsBeginPDFPage?
  • UIGraphicsBeginPDFPageWithInfo?
  • UIGraphicsGetPDFContextBounds?
  • UIGraphicsAddPDFContextDestinationAtPoint?
  • UIGraphicsSetPDFContextDestinationForRect?
  • UIGraphicsSetPDFContextURLForRect?

String Conversions

  • CGAffineTransformFromString?
  • CGPointFromString?
  • CGRectFromString?
  • CGSizeFromString?
  • NSStringFromCGAffineTransform?
  • NSStringFromCGPoint?
  • NSStringFromCGRect?
  • NSStringFromCGSize?
  • NSStringFromUIEdgeInsets?
  • NSStringFromUIOffset?
  • UIEdgeInsetsFromString?
  • UIOffsetFromString?

Managing Edge Insets

  • UIEdgeInsetsMake?
  • UIEdgeInsetsEqualToEdgeInsets?
  • UIEdgeInsetsInsetRect?

Managing Offsets

  • UIOffsetMake?
  • UIOffsetEqualToOffset?

Interface Orientation Macros

  • UIInterfaceOrientationIsPortrait?
  • UIInterfaceOrientationIsLandscape?

Device Orientation Macros

  • UIDeviceOrientationIsValidInterfaceOrientation?
  • UIDeviceOrientationIsPortrait?
  • UIDeviceOrientationIsLandscape?

Interface Idiom Macro

  • UI_USER_INTERFACE_IDIOM?

Accessibility

  • UIAccessibilityPostNotification?
  • UIAccessibilityIsVoiceOverRunning?
  • UIAccessibilityIsClosedCaptioningEnabled?
  • UIAccessibilityIsGuidedAccessEnabled?
  • UIAccessibilityIsInvertColorsEnabled?
  • UIAccessibilityIsMonoAudioEnabled?
  • UIAccessibilityZoomFocusChanged?
  • UIAccessibilityRegisterGestureConflictWithZoom?

Text Manipulations

  • NSTextAlignmentToCTTextAlignment?
  • NSTextAlignmentFromCTTextAlignment?