I have implemented functionality to select image from Galley. When I am presenting UIImagePickerController, Its shows album listing with grey background. I tried with demo app but it shows proper white background.No getting why its showing Grey in my app as code is same in both.Please refer attached image.
Asked
Active
Viewed 33 times
0

user928622
- 185
- 1
- 12
-
May be your ViewController have black background color – Jay Patel May 16 '18 at 09:21
-
1have you done any appearance settings in appDelegate? – PPL May 16 '18 at 09:34
-
Yes. Thank you so much for hint. I had UITableViewCell.appearance().backgroundColor in appdelegate – user928622 May 16 '18 at 12:58