Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
QuartzCore.framework - iPhone Development Wiki

QuartzCore.framework

From iPhone Development Wiki
Revision as of 19:23, 15 November 2009 by KennyTM~ (talk | contribs)
QuartzCore.framework
Public Framework
Availabile 2.0 – present
Class Prefix CA
Headers [headers.cynder.me]

QuartzCore, also known as Core Animation, is an Objective-C framework that creates simple animations on UI elements.

Debugging

Applications linked with QuartzCore will recognize the following debugging (boolean) environment variables:

  • CA_COLOR_FLUSH[1]
  • CA_COLOR_COPY
  • CA_COLOR_OPAQUE[1][2]
  • CA_COLOR_NO_WAIT[1]
  • CA_AUTO_FLUSH
  • CA_PRINT_TREE[1]
  • CA_PRINT_OBJECTS
  • CA_LOG_IMPLICIT_TRANSACTIONS
  • CA_LOG_MEMORY_USAGE
  • CA_LOG_IMAGE_COPIES
  • CA_PRINT_PERF
  • CA_DISABLE_OCCLUSION_CULLING
  • CA_DISABLE_DIRTY_REGIONS
  • CA_LOG_TRIPLE_BUFFERING
  • CA_COLOR_SUBPIXEL
  • CA_DISABLE_RENDER
  • CA_ALWAYS_RENDER
  • CA_COLOR_OFFSCREEN
  • CA_COLOR_DETACHED

References