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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:06:08+00:00 2026-06-16T23:06:08+00:00

I believe my question is relatively basic but I still haven’t found something that

  • 0

I believe my question is relatively basic but I still haven’t found something that directly answers it. I’m trying to learn Objective C and iOS Programming using Storyboards and am in the process of building my first app now. The way I have it set up right now is, I have a Navigation Controller that goes to a Table View controller (controller A). I’m passing an array to my table view and I have the disclosure indicators on the different elements in my array. I also have a second different view controller (controller B) with a table view in it. I want different elements of controller A to transition to different views/controllers etc. I’m familiar with the concept of segues and the prepareForsegue method however, I dont need prepareforsegue here since I’m not really passing anything to the next screen. I just want to be able to click different elements of my Table View in controller A to bring me different views (i.e like controller B and other views that I plan to build). Is there something I’m not seeing or do I need to fundamentally change my design?

  • 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-06-16T23:06:09+00:00Added an answer on June 16, 2026 at 11:06 pm

    Perhaps you’re thinking of creating different prototyped cells?

    Here’s how I understand your question:
    I have two (or more) different kinds of cells where I know the view to which they would transition beforehand (when your table queries the delegate).
    I would like those cells to go to different controllers rather than the same controller.

    If this is right, check it out:

    • Create a new UITableViewCell in the table by dragging from your kit
      of UI objects.
    • Give each cell a reuse Identifier
    • List item
    • Control+Click and drag to your target view controller
    • You’ll get a popup asking what type of segue and what UI object triggers the segue
    • List item
    • Then you’ll see two segue indicators leaving your UITableViewController
    • Finally, make sure you dequeue the right type of cell:

      UITableViewCell *cell = [self.tableView dequeueReusableCellWithIdentifier:@"CellReuseIDA"];
      return cell;
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I believe this is a fairly simple question but it is something I am
I'm currently trying to run MSTest.exe from NCover, but I believe the question could
I believe this question applies to any of the For Html helpers, but my
I know this question as been asked countless times, but believe me I've searched
I believe this may be a simple question, but I've looked everywhere and tried
Hey guys, (relatively, I believe) simple question here, I have a UITableViewController with its
I believe this question is probably outside of the scope of SO, but I
I'm guessing my question is pretty basic, but after 15-20 minutes on Google and
I believe this question has been asked here for a while but there wasn't
I have to believe that this question must have been already answered multiple times,

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.