Iphone 应用程序 - 为什么我的 iPhone 应用程序没有圆角?
我制作了一个小应用程序,它不执行任何操作来查看是否可以放置图标。 该图标出现在我的 iPhone 上,但它不像其他应用程序那样具有圆角。
我读到有人说它不适用于越狱的应用程序? 但是cydia等有圆角吗?
我将它们放在 iPhone 上的方式是使用假代码签名,然后将 .app 和 SSH 导入我的 iPhone。
我怎样才能得到圆角?
I made a little app that does nothing to see if I could put an icon.
The icon appear on my iphone, but it does not have rounded corners like every other app.
I read someone saying it doesn't work for jailbroken apps?
But cydia etc has rounded corners?
The way I put them on my iPhone is I use a fake Code signing and then I take the .app and SSH into my iPhone.
How can I get rounded corners?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在没有开发许可证的情况下安装应用程序,即将 .app 放入 /Applications/ 中,则光泽和圆角效果将不会应用于图标。你必须自己做这件事。
If you're installing the app without a dev license, i.e. dropping the .app into /Applications/, then the gloss and rounded corners effect will not get applied to the icon. You'll have to do that yourself.
事实上,你可以。不过,您将需要使用 Xcode - 仅通过将您的应用程序 scp 到您的设备中是行不通的。操作方法如下:
祝你好运!
Actually, you can. You will need to use Xcode, though - it won't work by simply scp-ing your app into your device. Here's how:
Good Luck!