如何在iOS 7中模拟主页按钮事件?我尝试了,但它只在主屏幕上工作,但不在其他应用程序内。问题主要是关于port
,看起来如果我得到task port
的{{1}},它有效,否则没有。但是,无论是在主屏幕还是在其他应用程序内,我如何才能获得SpringBoard
task port
?谢谢!
答案 0 :(得分:8)
[[%c(SBUIController) sharedInstance]clickedMenuButton]; //One tap
[[SBUIController sharedInstance] handleMenuDoubleTap]; //Double tap
[[%c(SBUserAgent) sharedUserAgent] lockAndDimDevice] //Lock button
答案 1 :(得分:0)
请检查以下链接:
1) http://iphonedevwiki.net/index.php/SBApplication
2) Simulate all physical buttons like the pressure on the home button on iOS 7 (Jailbreak)
希望这些链接可以帮助您解决问题。干杯:)