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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:17:48+00:00 2026-05-13T12:17:48+00:00

Starting from the top, I am making an application that in the new project

  • 0

Starting from the top, I am making an application that in the new project section of Xcode, is a new view based application, that is using core data for storage. Xcode does an awesome job of populating lots of useful code for me so that when I click build, I have a bar at the top with edit and add buttons, and a plain uitableview that is blank. My question concerns how I might go about making another simple view the first one that loads. I would like to have the editable uitableview as the second view in my drill down sequence, with a more user friendly welcome tableview that doesn’t have the edit and add buttons on the bar, launch first. The user can click on a row in the first view, that will lead them then to the screen that is currently first. I have tried making a new class with a corresponding .xib file, and referencing that in the MainWindow.xib file that was referencing the rootScreen.xib, but that didn’t work. Any thoughts or suggestions would be greatly appreciated, thanks!

  • 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-13T12:17:48+00:00Added an answer on May 13, 2026 at 12:17 pm

    There are a number of useful tutorials to get you started.

    One simple approach is to create your new view using interface builder – the class you have already created.

    Now in your first tableview, you need to place code in the

    didSelectRowAtIndexPath to call the next tableview. If your class is something like SubView

    you would do something along the lines of…

    
    SubView * aview = [[SubView alloc] init];
    aview.someproperty=index.path;
    [self presentModalViewController:aview animated:YES];
    [aview release];
    

    The code you use to do the above will depend on exactly how you want the subviews to load – and how you have written them to display the data you need.

    iPhone programming isnot drag and drop. You have a lot to learn. The above should get you started, but I suggest you try some of the sample applications on the apple site and carry on from there.

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

Sidebar

Related Questions

Starting from scratch in a new project in which the properties of the default
Starting from this official statement that all xyAndroid versions previous API 11 doesn't support
I'm trying to build an application starting from an Appfuse Archetype, but I get
I need to display these list elements starting from top, I don't want them
I'm trying to read java.io.InputStream multiple times starting from the top of the stream.
I am following this tutorial on using the client-object model. And just starting from
We have a web application that is built on top of a SQL database.
Starting from ASP.NET MVC Preview 3, HTML.Button ( and other related HTML controls) are
Starting from scratch with very little knowledge of .NET, how much ASP.NET should I
Starting from scratch is hard. How do you do it? I quite like color

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.