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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:06:00+00:00 2026-05-23T17:06:00+00:00

Here is what I did, this is a dynamic questionary application; -Created a UINavigationBased

  • 0

Here is what I did, this is a dynamic questionary application;

-Created a UINavigationBased application

-Created some new UIVIewController subclasses with their xib’s and designed them.

-I opened mainwindow.xib and set the navigationcontroller to has a navigation bar and a toolbar in black.

-So now when I switch back and forth between views by pushing them with the navigation controller I can see that shared toolbar and a navigationbar in every page with a backbutton, which is cool.

some of my uiviews are tableviews and some are textboxes

What I want is I want to put a “next” button on that toolbar and be able to go through my views but not with getting the row tap. With each next click I will decide which view to push.

How can I put this “shared” button? and in which class can I define its functionality? also I want to make it sometimes invisible for instance on first page and on last page of questionary.

  • 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-23T17:06:01+00:00Added an answer on May 23, 2026 at 5:06 pm

    In every page that you want to have a next button add this in the init or viewDidLoad

    UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Next"
                                                                            style:UIBarButtonItemStylePlain 
                                                                           target:self 
                                                                           action:@selector(pushNextView)];
            self.navigationItem.rightBarButtonItem = rightButton;
            [rightButton release];
    

    Now just implement pushNextView method to push what ever view you want

    -(void)pushNextView{
      //push next view
    }
    

    Edit

    By specifying the target of your rightButton to AppDelegate (right now it points to self) you can setup the pushNextView method in your AppDelegate and manage all your views there.

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

Sidebar

Related Questions

My apologies if this has been answered before or is obvious...did some searching here
Did some searches here & on the 'net and haven't found a good answer
I always believe they did, but seeing some answers here make me doubt... Can
It looks like this question was addressed here , but his solution did not
This is driving me crazy. I created a Dynamic Web Project in eclipse and
Here's what I did, I have installed svnserve as a service and I started
Here's what I did: Right-clicked on an item in the 'Objects and Timeline' panel.
I did it using the commands as described here and it works but I
What did I do wrong? Here is an excerpt from my code: public void
Does anyone here know SVG? If so, how did you learn it? Any books/tutorial

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.