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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T01:08:11+00:00 2026-05-15T01:08:11+00:00

I am primarily a web developer (ruby, python) that is new to iPhone development.

  • 0

I am primarily a web developer (ruby, python) that is new to iPhone development. I’ve done some desktop development in the past within the MS environment (C#), but never anything on the mac.

I’m trying to build a really simple iPhone application and I am confused by the way that views work in general. If someone can provide advice for my particular problem, along with some resources where I can learn how to architect iPhone views in the future, that would be awesome. I feel like a lot of the Apple documentation that I’ve come across is too specific – I am lacking a fundamental understanding of how views work on the iPhone.

My particular problem looks like this:

I need one view that displays some downloaded text content. This is the view that shows when the app loads, and it is pretty straightforward.

Then I need a settings area (I’ve already decided I don’t want to use the iPhone settings area). The settings area main page will have some text fields on it. It will also have a 2-row grouped table. Each cell in that table will take you to another view which also has a grouped table used for multi-select. I suspect that I can reuse the same view for these two final “detailed setting” views.

In summary:

  • home page
  • settings main page
    • detailed setting 1
    • detailed setting 2

Any help and advice appreciated.

  • 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-15T01:08:12+00:00Added an answer on May 15, 2026 at 1:08 am

    It sounds like you already have a good idea of what you want each of your screens to look like; that’s a good place to start.

    What you’re probably going to want to do is use Interface Builder to lay out the objects in each view (textfields, buttons, etc.), and then have a custom View Controller (subclass of UIViewController) for each view. You would then navigate to a new view by doing something like:

    MySettingsController *controller = [[MySettingsController alloc]
        initWithNibName:@"SettingsView" bundle:nil];
    [[self navigationController] pushViewController:controller animated:YES];
    

    (assuming a navigation-based app).

    If you haven’t yet, I recommend reading Apple’s View Controller Programming Guide

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

Sidebar

Related Questions

I'm new to Linq and Visual web developer 2008 Express. I have read some
I'm somewhat new to Wordpress. I'm primarily a front-end web designer, and I use
I am currently trying to set up a development environment for learning Ruby. The
I'm a .NET web developer primarily who occasionally writes console applications to mine data,
Although I'm primarily a database developer, one of my avocations has been application development.
I've been a web developer for some time now, and have recently started learning
I've been a web developer for quite some time and what has helped me
I'm a web developer and I work primarily in Django -- I've never used
I'm primarily a server-side developer - not even web server stuff. But I'm finding
I'm building a location-based web app that will run primarily on mobile browsers. It

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.