Skip to content
Amr Aboelela edited this page Mar 17, 2015 · 1 revision

Parent page: Frameworks

  • IOKit will have same interface (.h files), but different implementation, (.m files). It will be a wrap over X11 XWindow (or any similar libraries), also over any other IO libraries, like sound card library, and printer library.
  • Anything related to IO libraries which is specific to current operating system and can change from one operating system to another, will be handled using the IOKit.

##Graphics / Animation Flow Window Server <-- IOKit <-- CoreGraphics <-- CoreAnimation <-- UIView

##Event Flow Window Server --> IOKit --> UIAppliaction --> UIWindow --> UIView

##Depends on

Clone this wiki locally