omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Finding the values of some enum constants

    Pythonista
    objc
    2
    2
    1286
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • shinyformica
      shinyformica last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • pulbrich
        pulbrich last edited by

        Change the language to Swift on Apple’s docu pages and you will see the values (in this case anyway).

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB Forums | Contributors