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

  • Home
  • SEARCH
  • 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 5959281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:39:45+00:00 2026-05-22T18:39:45+00:00

In a view of my program I have a button and with this button

  • 0

In a view of my program I have a button and with this button I open a subview; this subview is a view with a tableview. I want go to another view when I push a row of the tableview so I want to make this with a navigation controller; how can I do 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-22T18:39:46+00:00Added an answer on May 22, 2026 at 6:39 pm

    Your table view delegate will receive a tableView:didSelectRowAtIndexPath: message when you click on one of the table’s rows.

    You can put there your code to create the UINavigationController and push on to it your new view.

    This sample code (from another answer of mine on S.O.) shows how you can do that:

     UINavigationController* navigation = [[UINavigationController alloc] init];
     iVkViewController *overviewViewController = [[iVkViewController alloc] init];
     overviewViewController.title = @"First";
     [navigation pushViewController:overviewViewController animated:NO];
    

    This should help you getting things on track.

    One side note: you might think of having a navigation controller from the very start, this would make your UI more “well-behaved”, but this depends ultimately on your app requirements.

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

Sidebar

Related Questions

I'm trying to make test-program that opens a website by pushing a button. I
I want to make a simple image viewing program, that just takes the images
i have 2 views i m sending text in a button on 1st view
In my program I have a custom view object. Inside the view class is
I have my main program with MainAppDelegate.h,MainAppDelegate.m . I have created two custom navigation
I'm looking for a program to view and browse the (local) shared memory in
View this code: function testprecision(){ var isNotNumber = parseFloat('1.3').toPrecision(6); alert(typeof isNotNumber); //=> string }
Django view points to a function, which can be a problem if you want
I have a view that has a list of jobs in it, with data
I have an iPhone app that shows a simple view (View 1) that has

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.