Where are the UIKit Framework implementation files located?

拜拜、爱过 提交于 2019-11-27 04:36:46

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.

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!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!