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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:05:45+00:00 2026-05-27T12:05:45+00:00

In my iPad application I added UISearchBar programmatically. When I click on the searchBar,

  • 0

In my iPad application I added UISearchBar programmatically.
When I click on the searchBar, a table containing data appears. When I tap on the row in table, it should navigate to new view

for example:

this is my screenshot

when I tap on “reliance” it should show a new view. Any suggestions on how I can accomplish this?

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath        {
     ContentController *detailview = [[ContentController alloc]            initWithNibName:@"ContentController" bundle:nil];    
      detailview.detailString = [NSString stringWithFormat:@"%d",indexPath.row];    

    [self.view addSubView:detailView];
     [detailview release];
   }

so I added the code above. Do I need to do anything else?

  • 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-27T12:05:46+00:00Added an answer on May 27, 2026 at 12:05 pm

    Implement the UITableViewDelegate method didSelectRowAtIndexPath and push your new view onto the navigation stack.

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    // Some code 
    // Initialize your new view here
    [self.navigationController pushViewContoller:yourViewController animated:YES];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an iPad application in which I need a table view (
I have an iPad application that pulls in all of its data from an
I am building an iPad application, and I added a simple UITableView to an
I've successfully added printing capabilities to an iPad application that makes use of the
I am building ipad application in XCode 4. For that, i added some outside
I added a toolbar for an ipad application programatically. UIToolbar *drawToolBar = [[UIToolbar alloc]
I'm creating an iPad application which needs a UIPopoverController like this one (I mean,
Trying to compile a iPhone/iPad application with SDK3.2 and am getting this error: Undefined
Has Anyone tried using PDF in iPad Application, using CGPDf functions. I have used
I'm designing an iPad/iPhone app using core data. The main focus of the app

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.