uisearchdisplaycontroller dimming view color

256 Views Asked by At

I am trying to get color of uisearchdisplaycontroller dimming view. I am trying like this. But it is not like that color. May I know what is the color? Does it depend on each ios version as well?

[self setBackgroundColor:[UIColor colorWithWhite:0.05f alpha:0.1f]];
1

There are 1 best solutions below

0
On

UIColor(red: 0, green: 0, blue: 0, alpha: 0.4)

Black color with 40% opacity