GraphicsServices.framework: Difference between revisions

From iPhone Development Wiki
mNo edit summary
mNo edit summary
 
Line 14: Line 14:


Note that '''GraphicsServices''' is one of the more volatile private frameworks. If you need to use this, make sure to check for version compatibility.
Note that '''GraphicsServices''' is one of the more volatile private frameworks. If you need to use this, make sure to check for version compatibility.
== Versions ==
{| class="wikitable"
|-
! Firmware
| 2.0    || 2.1    || 2.2    || 3.0    || 3.1    || 3.2
|-
! SourceCache version
| 223    || 240.3  || 242.4  || 305    || 306.8  || ?
|-
! dylib version
| 14 || colspan="2" | 240 || colspan="3" | 14
|}


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

Latest revision as of 10:40, 13 February 2010

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.

Versions

Firmware 2.0 2.1 2.2 3.0 3.1 3.2
SourceCache version 223 240.3 242.4 305 306.8 ?
dylib version 14 240 14