2012-02-25 2 views

답변

0

상태 표시 줄의 머리글 이름은 UIKit.framework 안에 UIStatusBar.h입니다. https://github.com/nst/iOS-Runtime-Headers/에는 모든 iOS 5 프레임 워크의 목록이 있으며 UIStatusBar.h의 내용은 https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIStatusBar.h에 있습니다.

+0

고맙습니다.하지만 상태 표시 줄에 아이콘과 같은 것을 배치하고 싶다면이 헤더를 사용할 수 있습니까? 또는? –

+0

왜냐하면 satusbar의 헤더도 SBStatusBarDataManager라고 들었거나 아니면 IOS4와 같은 다른 IOS의 헤더일까요? –

+0

'UIStatusBarServer'의'-addStatusBarItem :'메소드 (https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIStatusBarServer.h)를 사용하여' UIStatusBarItem' (https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIStatusBarItem.h). – jrtc27

관련 문제