'ignore

  1. Sandman

    iOS Question [SOLVED] How to know if it's not needed to initialize?

    I have this code, which I believe is correct, even though the variable isn't initialized: ' Check if we have access to the camera Dim llc As LLCamera If llc.AuthorizationDenied Then Log("Fail") End If The linter in the IDE gives me the error "Variable 'llc' was...
Top