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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:44:48+00:00 2026-06-12T00:44:48+00:00

I am trying to convert Single View application project which uses .xib (not storyboard)

  • 0

I am trying to convert Single View application project which uses .xib (not storyboard) into UINavigationController style. I know about it using Storyboard which is very easy. But, i want to implement without storyboard. After I created a Single View application project, it comes with an UIView by default in a ViewController_XXX.xib. After that, how can i create root view controllers with it and make UINavigationController styles. Is there any tutorial somewhere?

  • 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-12T00:44:49+00:00Added an answer on June 12, 2026 at 12:44 am
    1. create a NavigationController in AppDelegate.h

    @property (strong, nonatomic) UINavigationController
    *navigationController;

    1. edit AppDelegate.m

    -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    UIViewController *rootController = [[YourViewController alloc] initWithNibName:@"nibfile name" bundle:nil];
    
    navigationController = [[UINavigationController alloc] initWithRootViewController:rootController];
    [navigationController.navigationBar setTintColor:[UIColor colorWithHue:5.84 saturation:0.05 brightness:0.02 alpha:0.0]];
    self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    [self.window addSubview:navigationController.view];
    [self.window makeKeyAndVisible];
    return YES;
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to convert a single precision floating point number into an ascii representation
I'm trying to convert two string values into single dict like this string1='red blue
I'm trying to convert a Netbeans 6.9.1 project into a scripted build (without netbeans).
Ive been trying to convert my asp.net website into a web application following the
I'm trying convert all special chars into HTML safe entities on their way into
i´m using subsonic 3 trying convert a SQL2008 project to MySQL. when the projects
Trying to convert a string of binary inputs into a vector of ints. I'd
Trying to convert this c code into MIPS and run it in SPIM. int
im trying to convert a date format into a new format in this example
I am trying to convert a Guice inject project to a Java EE project,

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.