如何在我的应用程序上显示桌面(Springboard)?
我想制作一个像 Cydia 上的 SBSetting 一样显示 Springboard 的应用程序。 它是透明的。 我试过 '[viewctrl view].backgroundColor = [UIColor clearColor];',但它不起作用。 谁能帮助我?
I want to make app that shows Springboard like SBSetting on Cydia.
It is transparent.
I tried
'[viewctrl view].backgroundColor = [UIColor clearColor];', but it is not work.
Who can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在官方方式上是不可能的。
This is not possible on the official way.