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

Parent page: Frameworks

  • Also known as Cocoa Touch (in Apple).
  • UIView is CALayer wrapper, CALayer is CGLayer wrapper, CGLayer is CGContext wrapper, and CGContext comes from the Window Context.
  • UIKit shouldn't have any dependance on AppKit, i.e. no NS stuff except the Foundation classes.

##Classes

##Depends on

##External links

Clone this wiki locally