Where are the UIKit Framework implementation files located?

10,901

Solution 1

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.

Solution 2

The source code (as hotpaw2 said) is only available to Apple, but there are multiple ways you can see what's going on:

So, while it's not as simple as opening up some .m files, it's certainly possible to see how Apple does things in UIKit!

Share:
10,901

Related videos on Youtube

Christian Gossain
Author by

Christian Gossain

Updated on May 09, 2022

Comments

  • Christian Gossain
    Christian Gossain about 2 years

    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?