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
GraphicsServices.framework: Difference between revisions - iPhone Development Wiki

GraphicsServices.framework: Difference between revisions

From iPhone Development Wiki
(GraphicsServices)
 
mNo edit summary
Line 12: Line 12:
* Synchronization with the screen refresh rate.
* Synchronization with the screen refresh rate.
* Sampling.
* Sampling.
Note that '''GraphicsServices''' is one of the more volatile private frameworks. If you need to use this, make sure to check for version compatibility.


{{Navbox Classes}}
{{Navbox Classes}}
{{Navbox Frameworks}}
{{Navbox Frameworks}}

Revision as of 15:25, 3 October 2009

GraphicsServices.framework
Private Framework
Availabile 2.0 – present
Headers [headers.cynder.me]


GraphicsServices is a CF-like framework that contains a variety of "mid-level" APIs:

  • Capability checking, including
    • Maps restriction.
    • Screen information.
  • Color and font objects management.
  • Event sending.
  • Synchronization with the screen refresh rate.
  • Sampling.

Note that GraphicsServices is one of the more volatile private frameworks. If you need to use this, make sure to check for version compatibility.