Does anybody know how I can find the the headers for IOS5 Iphones/ipod. Jailbreak development

不想你离开。 提交于 2019-12-11 05:15:08

问题


I would like to class dump my iPod Touch 4 if that is possible so I can find the IOS 5 headers for a tweak I am making. If somebody dosn't already know the header name for the statsubar?

Please help! This is for jailbroken iPods and jailbreak development


回答1:


The header name for the status bar is UIStatusBar.h inside UIKit.framework. https://github.com/nst/iOS-Runtime-Headers/ has a list of all the iOS 5 frameworks, and you can see the contents of UIStatusBar.h at https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIStatusBar.h.



来源:https://stackoverflow.com/questions/9443584/does-anybody-know-how-i-can-find-the-the-headers-for-ios5-iphones-ipod-jailbrea

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