Xcode Tips for Eclipse users?
        Posted  
        
            by willcodejavaforfood
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by willcodejavaforfood
        
        
        
        Published on 2010-01-25T13:12:11Z
        Indexed on 
            2010/04/28
            4:53 UTC
        
        
        Read the original article
        Hit count: 329
        
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.
:)
© Stack Overflow or respective owner