Newbie Objective C developer question
        Posted  
        
            by R.J.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by R.J.
        
        
        
        Published on 2010-05-17T18:21:33Z
        Indexed on 
            2010/05/17
            18:40 UTC
        
        
        Read the original article
        Hit count: 533
        
I have been looking everywhere for an answer to this question - perhaps I'm looking in the wrong places. Also, I'm brand new to Objective C although I have around 10 years of experience as a developer.
for this code:
[receiver makeGroup:group, memberOne, memberTwo, memberThree];
what would the method definition look like?
- (void)makeGroup:(Group *)g, (NSString *)memberOne, ...?
Thanks for any help you can provide. I know this is probably very simple...
Thanks, R
© Stack Overflow or respective owner