在 iOS 上调用 SpringBoard 方法
我正在开发一个调整,但遇到了问题。我创建了一个 PreferenceBundle,在该包中我需要调用 SpringBoard 方法,但结果始终为 null
。有没有办法可以调用 SBApplication 方法?
SBApplication *app =[[objc_getClass("SBApplicationController") sharedInstance] applicationWithDisplayIdentifier:identifier];
I am developing a tweak and I've got a problem. I created a PreferenceBundle and in the bundle I need to call a SpringBoard method, but the results is always null
. Is there a way I can call an SBApplication method?
SBApplication *app =[[objc_getClass("SBApplicationController") sharedInstance] applicationWithDisplayIdentifier:identifier];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接将让您深入了解如何在 iPhone 中使用 PreferenceBundle...
http://www.skylarcantu.com/blog/2009/08/12/creating-a-preferencebundle-for-the-iphone/
http://iphoneincubator.com/blog/tutorial/how -to-create-an-iphone-preferences-file
编辑:
您可以尝试此代码吗:
或尝试下面的链接...
http://pastebin.com/dQK5AXjD
This link will give you some insight of how to use PreferenceBundle in iPhone...
http://www.skylarcantu.com/blog/2009/08/12/creating-a-preferencebundle-for-the-iphone/
http://iphoneincubator.com/blog/tutorial/how-to-create-an-iphone-preferences-file
EDIT :
Can you try this code :
or try below link...
http://pastebin.com/dQK5AXjD