I'm working on updating one of my widgets for iOS 10 and in the process its UIVisualEffectView
style automatically changed to light
. My other widgets that I have not started updating for iOS 10 yet have a dark
UIVisualEffectView
style.
How can I access the UIVisualEffectView
style for my widget?