Posts

Post not yet marked as solved
39 Replies
0 Views
Same its so funky
Post not yet marked as solved
11 Replies
0 Views
It's not that it doesn't change color when the background color is white. There is a low-opacity overlay that will be above any color you put. When you choose red or any other color, the overlay is still there, and the color appears darker, but you do not notice it as much. When you set the background color to white, the overlay is very noticeable. The only way to fix this as of right now is to make the background color of the overlay view .clear. if let bgView = datePicker.subviews.first?.subviews.first?.subviews.first { 		bgView.backgroundColor = .clear } But you will have to run this every time the user changes their appearance.
Post not yet marked as solved
25 Replies
0 Views
Please add this!
Post marked as solved
13 Replies
0 Views
No. It will remain for them as long as you don't remove it from your project.
Post not yet marked as solved
7 Replies
0 Views
Me too! I tried everything and nothing works. Edit: also working for me now too.
Post marked as solved
13 Replies
0 Views
Yes, you if you continue submitting your app with the Today Extension, it will still be available for users running iOS 13 and earlier.