简体   繁体   English

如何通过调整将图标添加到SpringBoard

[英]How to add icon to SpringBoard with tweak

I would like to make an iOS tweak, which ads an icon to SpringBoard, but I can't find any solution. 我想做一个iOS调整,在SpringBoard上投放一个图标,但是找不到任何解决方案。 I found IconSupport, but I never used it, and I can't find any sample or open source project for it. 我找到了IconSupport,但从未使用过它,也找不到任何示例或开源项目。
Can anybody help? 有人可以帮忙吗?

Just add a .png file to your project. 只需将.png文件添加到您的项目中。 For iPhone it needs to be 57x57 px, and you can include a 114px version for retina if you like. 对于iPhone,它必须为57x57像素,并且您可以根据需要为视网膜添加114px版本。 Go to your app's project info (the blue icon in the navigator) then in the app info tab there are two spaces for icons. 转到应用程序的项目信息(导航器中的蓝色图标),然后在应用程序信息选项卡中有两个图标空间。 Drag the files onto the appropriate spaces and then you'll see them in springboard for your app 将文件拖到适当的位置,然后您将在应用程序的跳板中看到它们

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM