I am new to Xcode. I am not sure if there is a way to view a variable\'s references just like \"Find all references\" in Visual Studio by right click on a var?
For e
I was looking for similar option. I do not know why XCode did not included that. But there is a work around I use until Apple give that option in XCode.
Try this in the source code (.m) file,
Select the symbol, right click -> Refactor -> Rename
-> Give a name whatever you wish, then press Preview.
Now you can find all the references. Now you can Cancel
it or do not rename it. :)