Putting methods in separate files
        Posted  
        
            by Garry
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Garry
        
        
        
        Published on 2010-05-25T11:22:02Z
        Indexed on 
            2010/05/25
            11:41 UTC
        
        
        Read the original article
        Hit count: 149
        
I have a class (MyClass) with a lot of methods. Consequently, the .m file has become quite difficult to read. I'm relatively new to Objective-C (having come from REALbasic) and I was wondering if it's possible to put some of the methods in MyClass into different files and then include them in the class. How would I go about this in Xcode?
© Stack Overflow or respective owner