问题描述
如果可以的话,我想对iPod Touch 4进行分类转储,以便找到我正在做的调整的IOS 5标头.如果有人还不知道statsubar的标题名称?
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?
请帮助!这用于越狱的iPod和越狱开发
Please help!This is for jailbroken iPods and jailbreak development
推荐答案
状态栏的标题名称是UIKit.framework
中的UIStatusBar.h
. https://github.com/nst/iOS-Runtime-Headers/有一个所有iOS 5框架的列表,您可以在 https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIStatusBar.h .
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.
这篇关于有人知道我如何找到IOS5 Iphones/ipod的标头.越狱开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!