Finding the values of some enum constants
-
Anyone have an idea where I could find the enum values for the UIBlurEffectStyle options?
https://developer.apple.com/documentation/uikit/uiblureffectstyle?language=objc
I am having no luck figuring out what the values are...usually I can google it and someone, somewhere has the actual integer values that correspond to the enum items. Often Apple's own docs have the values, but not in this case.
Thanks in advance.
-
Change the language to Swift on Apple’s docu pages and you will see the values (in this case anyway).