How to check a Swift type for a variable?

Answered

It there any way to check the variable type in a swift instruction like this?

```

let stomeThing = myObject.function()

```

 

Something similar to Xcode alt+click...

0
1 comment

Closest thing so far as I can tell is F1.

 

0

Please sign in to leave a comment.