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 224011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:16:35+00:00 2026-05-11T19:16:35+00:00

I have an iPhone application that contains several views and their associated controllers. Looking

  • 0

I have an iPhone application that contains several views and their associated controllers. Looking at sample code, I’ve seen different different ways to organize these files – either have all of the views grouped, then all of the controllers grouped, or group the views and controllers by functionality.

Option 1 – Views and controllers grouped separately

-Views
  |
  - EditItemView.h
  - EditItemView.m
  - AddItemView.h
  - AddItemView.m

-Controllers
  |
  - EditItemViewController.h
  - EditItemViewController.m
  - AddItemViewController.h
  - AddItemViewController.m

Option 2 – Items grouped by functionality

-AddItem
  |
  - AddItemViewController.h
  - AddItemViewController.m
  - AddItemView.h
  - AddItemView.m

-EditItem
  |
  - EditItemViewController.h
  - EditItemViewController.m
  - EditItemView.h
  - EditItemView.m

Option 1 seems to make more sense from a MVC standpoint – the code is grouped together, but I’m wondering as the app grows to 10+ views and controllers, is that the most logical and maintainable? Is there a best practice recommendation around this? Currently, I will be the only one maintaining the app, but whether or not there will be multiple developers, I want to use best practices as much as possible. Are there published standards on this?

  • 1 1 Answer
  • 0 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-11T19:16:36+00:00Added an answer on May 11, 2026 at 7:16 pm

    I’m working on a big xCode project right now. It isn’t for the iPhone, but I don’t think that matters for the sake of file structure layout 🙂

    I started out with option #1 and later moved to something like option #2 when the number of files increased. I tend to group things by “interfaces” i.e., all of the sources associated with a particular area of functionality within the application, and then create sub-groups for larger sections if need be.

    As far as naming goes, I prefer to identify Model, View and Controller using as little class name real-estate as possible, so my class names look similar to:

    AM_DillPickle  // model class
    AV_Sasquatch   // view class
    AC_DirtBike    // controller class
    

    This still allows for a quick visual check to see the type of a class (M, V, or C) but it leaves more room for the descriptive part of the name.

    I’ve also found it useful to specify some classes that do not fit into the MVC pattern (gasp!):

    AU_Helper     // utility class (text formatting, high-level math, etc.)
    AD_Widget     // device class  (used to represent hardware drivers)
    

    Anyway, that’s already more information than you asked for, but I find the naming issue to be relevant to the layout issue, since the real question is: what is the best way to organize my code for a large xCode project?

    Hope it helps. Here is how it all looks when put together:

    [+] Project
        [-] Target One
        [+] Target Two
            [-] Preferences
            [-] Login
            [+] Main Window
                # MainWindow.XIB
                # AC_MainWindow.h
                # AC_MainWindow.m
                # AC_DisplayScreen.h
                # AC_DisplayScreen.m
                [-] Home Screen
                    # HomeScreen.XIB
                    # AC_HomeScreen.h
                    # AC_HomeScreen.m
                    # AV_FancyDisplay.h
                    # AV_FancyDisplay.m
                [+] Widget Screen
                [+] Other Screen
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iPhone application that uploads images directly to S3. Then it hits
I have an iPhone application that adds new contacts via the Address Book Framework.
I have an iPhone application that reads RSS feeds from a YouTube channel. However,
I have an iPhone application that send datas via wifi on my mac. I
I have a simple iPhone application that is very similar to the Page Control
So I have an iPhone application running that is controlled at the highest level
I have a desktop application that will 'sync' with an iPhone application. The sync
I'm developing an iPhone application that have a TabBarController with two tabs. Each tab
I have an application that perfectly works on iPhone os 2.2.1 but when I
Within my iPhone application I have a common tab bar with three tabs that

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.