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

  • Home
  • SEARCH
  • 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 6199771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:14:51+00:00 2026-05-24T04:14:51+00:00

I have a a UIViewController that is pushed to by two different views in

  • 0

I have a a UIViewController that is pushed to by two different views in my app.

One time it is a modal view, so I have the right navbar button set to Done and it dismisses the view.

At another time in my app, this same view is pushed to, but not modally, thus I don’t want this button to show. I tried adding this when pushing it, but no luck.

self.navigationItem.rightBarButtonItem.enabled = NO;

  • 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-24T04:14:51+00:00Added an answer on May 24, 2026 at 4:14 am

    Simple and effective –

    self.navigationItem.rightBarButtonItem = nil;
    

    Edit:

    How can you add this when you are pushing this ? Add it in the viewWillAppear or viewDidLoad of the viewController you want to see this is in.

    You can check for a certain condition.

    1. If it is pushed from view 1, you can make it nil.
    2. If it is shown modally from view 2, you can make it appear.

    For this, you will have to make the viewControllers communicate with each other. For that, you will need to use NSUserDefaults and set an integer for a key.

    You can assign two different integers logically and use them as the condition for showing/not showing the rightBarButtonItem.

    Good Luck.

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

Sidebar

Related Questions

In my App I have an UIViewController, that pushed by another ViewController's navigation controller.
I have a UIViewController that is being pushed via a UINavigationViewController. The viewController's view
I have a UIPopOverController that shows a UIViewController with a UITableview in its view.
I have a button that I'm creating in a UIViewController like so: TOLoginButton* button
I have an app that has a UINavigationController that pushes a UITabBarController into view.
I have a UITabBarController, and each tab handles a different UIViewController that pushes on
I have a UIViewController that is pushed onto a UINavigationController and is currently displayed.
I have UINavigation Controller that has a UIViewController pushed onto the stack and displayed.
I have a UIViewController that manages the display of some data. When the user
I have a UIViewController that contains a subview and a UIToolbar. I'm trying to

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.