Xcode Tips for Eclipse users?
- by willcodejavaforfood
Hi,
I've been slowly working my way through the examples in Beginning iPhone Development and there are a few things that I have not been able to figure out, but I'm sure you guys can help me with it.
In Eclipse there is a Source-Generate Getters/Setters, can you do something similar to synthesize properties in Xcode
I also cannot seem to find a Refactor menu
I'm also struggling to find the equivalent to Source-Override/Implement Methods
--Edit--
I failed to describe my problem it seems. I do know that synthesizing properties will generate getters/setters for me, but I am looking for a way to generate the @property/@synthesize code, by selecting the variables.
Short list to start with, but I will probably have more as my confusion grows in might.
:)