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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:56:34+00:00 2026-05-17T22:56:34+00:00

In my app, I require the main page to contain a toolbar at the

  • 0

In my app, I require the main page to contain a toolbar at the top of the view. This view has a tableView. So my application cannot have a NavigationController.

Problem

When I want to navigate to the other view on click of the tableview cell then I am using the “pushViewController:animated:” method but it doesnt seem to work.

I checked the connections in IB. They are fine.

How can I navigate between pages without navigation controller??

I do not want to use the modal view for other views.

Please Suggest some Method.

  • 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-17T22:56:35+00:00Added an answer on May 17, 2026 at 10:56 pm

    You can use an instance of UINavigationController without having it displayed and using it for navigation.

    Load your first view controller with your instance of UINavigationController in your appDelegate implementation.

    Like:

    FirstScreenController *fsc=[[FirstScreenController alloc]initWithNibName:@"FirstScreenController" bundle:nil];
    UINavigationController *navigation=[[UINavigationController alloc]initWithRootViewController:fsc];
    navigation.navigationBar.hidden=YES;
    [window addSubview:navigation.view];
    

    Here FirstScreenController can be your view controller having the toolbar and tableview.If you want to display another view on any click of the tableviewcell, call it this way.

    [self.navigationController pushViewController:secondviewcontroller animated:NO];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In main.js, I have: $(document).ready( function(){ alert('foo'); }); app/assets/javascripts/application.js has: //= require jquery //=
If I have a whole bunch of requires in my main app file: require
I have a _layout page which has a login box (partial view) and that
I have the following node.js server-side code: var app = require('http').createServer(handler) , io =
I have a web application with require.js, backbone.js and jquery. The brief structure of
I have a simple web app with this project.clj: (defproject squirrel-money 1.0.0-SNAPSHOT :description Squirrel
I have a setup for a test app which includes require.js, jQuery, jQueryMobile (jqm),
I have been building a single page app using requireJS and so far loving
I am trying to build a small application using knockout, require, underscore. I have
I'm developing a feedback app for a tablet with phonegap-android. On the main page

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.