0
を動作しませんが、単にステータスバー画像、 にアクセスしたいと私のコードは次のとおりです。のUIApplication removeStatusBarImageNamed私はiOSの5.0.1でジェイルブレイクiphoneに取り組んでいます
-(void)addStatusBarImage
{
NSLog(@"addStatusBarImage");
[[UIApplication sharedApplication] addStatusBarImageNamed:@"sgtest" removeOnExit: YES];
}
-(void)removeStatusBarImage
{
NSLog(@"removeStatusBarImage");
[[UIApplication sharedApplication] removeStatusBarImageNamed:@"sgtest"];
}
私の問題があり、 add関数は正常に動作しますが、removeStatusBarImageNamedはアプリケーションが終了しない限りステータスバーに "sgtest"イメージが残っているので役に立たないようです。
この質問に興味があれば、なぜ[刑務所を破るスタックエクスチェンジサイト]のためのエリア51の提案をサポートしていないのですか(http://area51.stackexchange.com/proposals/18154/ios-jailbreaking-development?referrer=EuWVi6IpN0_KzzEhC7I -Qw2) – rjstelling