Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7128277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:07:19+00:00 2026-05-28T11:07:19+00:00

Good evening, i need to know how can i have one .h file that

  • 0

Good evening, i need to know how can i have one .h file that defines my class and multiple .m files for the same class! the project is big and i am loosing it:S. Can you please paste a simple example?

Sincerely

L_Sonic

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T11:07:19+00:00Added an answer on May 28, 2026 at 11:07 am

    Use Categories:

    Foo.h

    @interface Foo : NSObject
    // all your properties
    // all your public methods
    @end
    

    Foo.m

    #import "Foo-Bar.h"
    @implementation Foo
    // public method implementation
    @end
    

    Foo-Bar.h

    #import "Foo.h"
    @interface Foo (Bar)
    // private method interfaces
    @end
    

    Foo-Bar.m

    #import "Foo-Bar.h"
    @implementation Foo (Bar)
    // private method implementation
    @end
    

    In your implementation for Foo, you can now access any of the methods defined in Foo (Bar)

    Keep in mind that all your properties and ivars must be defined in Foo

    You can continue to do this eg. Foo (Duck)

    Another option is to put

    #pragma mark - Some title
    

    in your code. You can then use the Jump bar (at the top of the file editor) to group your methods

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good evening, In my app that I'm currently developing, I have a class that
Good evening. For a project, I have to create a system. In this system,
Good evening, I'm working on a project that has a list of seven options
Good evening everyone, I have a quick question on a homework assignment my class
Good evening all! i have an Ajax call that loads 5 'echo's' from a
Good Evening, The problem is that i have both xcode 3.2 and xcode 4
Good Evening All, I have a textbox that needs to accept 14 digits plus
Good evening. I found a few questions that seemed to ask the same thing
Good evening, I am still working on my project (trying to improve myself harder.)
Good evening all, I've been working on an MD5 tool in C# that takes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.