问题
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