Does anybody know how I can find the the headers for IOS5 Iphones/ipod. Jailbreak development
问题 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