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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:57:26+00:00 2026-05-26T16:57:26+00:00

I am a total newbie in the ipad app development. I am interested in

  • 0

I am a total newbie in the ipad app development.

I am interested in creating an application where i have a popover showing a tableview with list of items. Then i select an item and the view drills to another tableview consisting of another list of items and a navigate back button as well.

the level to which i would be drilling down is dynamic.

Please guide me with appropriate resources to help me solve the problem.

  • 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-26T16:57:27+00:00Added an answer on May 26, 2026 at 4:57 pm

    I did it before and it works well!
    Just assign this function to your button (perhaps an UIBarButtonItem):

    UIPopoverController *popover;
    bool isPopoverOpen = false;
    -(void)openPopover{
        if(!isPopoverOpen){
            FirstViewController *firstViewCtrl = [[PartsViewCtrl alloc] init];
            UINavigationController *navbar = [[UINavigationController alloc] initWithRootViewController:firstViewCtrl];
            [firstViewCtrl release];
            navbar.contentSizeForViewInPopover = CGSizeMake(TABLE_WIDTH, TABLE_HEIGHT);
            popover = [[UIPopoverController alloc] initWithContentViewController:navbar];
            [navbar release];
            popover.delegate = self;
            popover.popoverContentSize = CGSizeMake(TABLE_WIDTH, TABLE_HEIGHT);
            [popoverOnPartsView presentPopoverFromBarButtonItem:barButtonItem permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
            isPopoverOpen = true;
        }else{
            [popover dismissPopoverAnimated:YES];
            [popover release];
            isPopoverOpen = false;
        }
    }
    

    And implement this function to FirstViewController which has an UITableView:

    -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
        SecondViewController *secondViewController = [[SecondViewController alloc] init];
        [self.navigationController pushViewController:secondViewController animated:YES];
        [secondViewController release];
    }
    

    Now you can add an UITableView to SecondViewController, Too. And use this scenario for other tables!

    I hope it works for you!

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

Sidebar

Related Questions

I am a total newbie in servers/hosting etc, although I have some experience in
Total newbie question now... Suffice to say, I have searched for a completely noddy
I am a total newbie wanting to develop an AR app and identify round
Hello fellow developers, I am a total newbie in Android development and I am
Total newbie to R here (so far very pleased!). I have a large array(vector?)
Total newbie here, please bear with me. Building a very small personal app that
Total newbie Iphone/ Obj. C question: I have a class called Location, in the
I am a total newbie to the WCF world. I have an ASP.net (v4)
i'm a total newbie to java and Alfresco and i have this simple problem:
Total newbie question here; I apologize in advance. Suppose I have a daemon written

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.