1

For Custom UIActivity, activity image icon color is inverted,which is supposed to be in black and white. Please suggest me the answer.

My code to add image:

- (UIImage *)activityImage {
    return [UIImage imageNamed:@"openWith.png"];
}
Barett
  • 5,826
  • 6
  • 51
  • 55
rishu1992
  • 1,414
  • 3
  • 14
  • 33

1 Answers1

0

That is the expected behavior. Probably Apple wanted to differentiate between default share apps and custom activities. That's why may be they have done so.

rishu1992
  • 1,414
  • 3
  • 14
  • 33