iOS 8 custom UIActivity image black background color
问题 I am trying to add a custom UIActivity of type UIActivityCategoryAction to UIActivityController . But in iOS 8, all of them are appearing with a black background. Is there a way to change this? 回答1: There are 3 things to note here: image background, image opaqueness, image size. iOS 7 Image background : Image background should be transparent. image opaqueness The "visible part" of the icon should be non transparent aka opaque. Note that any color information won't be preserved : image size