Search code examples
iphoneiphone-sdk-3.0ios4

Where are the UIKit Framework implementation files located?


I can find the UIKit header files but i'd like to see how some of the UIKit classes are being implemented because i'm trying to create some custom controls.

So basically i'm trying to find the UIKit .m files, where would they be located on my mac?


Solution

  • They aren't on your Mac (in source form). Only Apple has access to most UIKit source. What you have on your Mac is already compiled into library binary files.