UIActivity won't show image?

旧街凉风 提交于 2019-12-11 22:04:22

问题


I'm trying to implement a custom UIActivity but it won't display my image. Here is what I'm trying to display:

I made the "antenna and waves" with 10% opacity so that they would be displayed.

Here is what I got:

How do I fix this? Does the opacity need to be 0% for the "antenna and waves"?

(icon size is 59x59 for iOS 7)


回答1:


Your suggestion is correct, there should be alpha 0, exactly 0. for "anenna and waves". Also blue background for your icon is senseless - images for UIActivity has always just two parts: opaque and transparent.



来源:https://stackoverflow.com/questions/18942893/uiactivity-wont-show-image

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!