iOS Private API Documentation [closed]

别等时光非礼了梦想. 提交于 2019-11-26 21:15:13
nst

here are searchable archives from iPhone OS 2.2.1 to iOS 9.2

https://github.com/nst/iOS-Runtime-Headers

Most likely. Just use the command line application class-dump to view the private headers. Note that your app will be rejected from the App Store for linking to private frameworks if you link at compile. It is easy enough to see that you are linking the private frameworks by running otool on your binary if linked at compile.

These are the compilable headers generated by class-dump-z, a iOS class dumper:
http://github.com/kennytm/iphone-private-frameworks

You might also find my "private-dumper" ruby gem useful: http://rubygems.org/gems/private-dumper

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