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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:29:25+00:00 2026-06-15T00:29:25+00:00

I created an app using the Tabbed Application template (without using a storyboard) and

  • 0

I created an app using the Tabbed Application template (without using a storyboard) and added several tabs along with their functionality. Now I want to add another tab that will have Master Detail functionality. There doesn’t seem to be a way to use the Master Detail template without creating a new app. I tried creating a new app with the Master Detail template just so I could look at the code it generates but I can’t figure out how to incorporate that code into my existing tabbed app. How should I proceed?

  • 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-15T00:29:26+00:00Added an answer on June 15, 2026 at 12:29 am

    You can do it like this… (Adding example to Phillip’s answer)

    MasterViewController *masterViewController=[[MasterViewController alloc] init];
    UINavigationController *navigationController=[[UINavigationController alloc] initWithRootViewController:masterViewController];
    [masterViewController release]; //if not ARC
    
    tabbarController.viewControllers=[NSArray arrayWithObjects:navigationController,
                                      viewController1,
                                      viewController2, 
                                      //More view controller objects, 
                                      nil];
    [navigationController release]; //if not ARC
    

    MasterViewController may contain a UITableView as subview or it may simply be a UITableViewCotroller (as you need Master-Detail flow.).

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

Sidebar

Related Questions

I created my app using StoryBoard. Then, I added objective-c class to have .h
I'd created my first web app using Ruby on Rails. And now, I want
I created an app for iPad (not using StoryBoards), with a UITabBarController. I added
I created an app with 2 tabs using TabLayout... I need to integrate that
I've created an app using the new iOS 5 Utility app template. Since the
I created iOS app using PhoneGap version 0.9.6 long back. Now I am going
I created an app using the iOS 5 Storyboard feature, and have decided I
I am new in iOS development. I created an App using Storyboard to navigate
i have just created a web app using JSF etc but i now need
I've created my app using all the neccessary things to support different screen sizes/densities

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.