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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:52:49+00:00 2026-06-04T18:52:49+00:00

This is pretty straightforward, I have a view which is called when user tap

  • 0

This is pretty straightforward, I have a view which is called when user tap “+” button on top navigation bar in my first view, then, second view appear. My problem is, I can’t set any button on my second view navigation bar, actually I tried to set it like I usually did, like I set my “+” button, but nothing works. This is how I set button:

UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(addProduct:)];
self.navigationItem.leftBarButtonItem = addButton;

Then I call my second view:

BIDAddProductViewController *addProductVC = [[BIDAddProductViewController alloc] init];
[self presentModalViewController:addProductVC animated:YES];
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(hideModalViewController:) name:@HideModalViewController" object:addProductVC];

Please, help me to set button on my second (BIDAddProductViewController) view, nothing’s working, I don’t know why.

  • 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-04T18:52:50+00:00Added an answer on June 4, 2026 at 6:52 pm

    The problem is the way you’re presenting the second controller. Instead of pushing it into the navigation stack, you present it modally and that’s why you don’t get a ‘back’ button. What you really should be doing is something like this:

    BIDAddProductViewController *addProductVC = [[BIDAddProductViewController alloc] init];
    [self.navigationController pushViewController:addProductVC animated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This should be pretty straightforward I would think. I have this string: [quote=Joe Johnson|1]Hi![/quote]
Okay at first I thought this would be pretty straightforward. But I can't think
This should have been pretty straightforward using the DOM but I seem to be
I have a pretty straightforward question which google fails to give me the answer
This seemed pretty straightforward: capture a POST in Fiddler (Windows, because I find it
Pretty straightforward: I'm looking to do the same as this but in winforms. Everything
Well, first of all sorry about this question it must be pretty straight forward
I find this pretty confusing. When you want to rotate a view, it's going
So pretty straightforward question. I have a c# .dll with a whole lot of
This might be a pretty straightforward question, but I'm trying to understand some of

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.