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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:45:24+00:00 2026-05-20T20:45:24+00:00

I am trying to set the action for a UIBarButtonItem I have in my

  • 0

I am trying to set the action for a UIBarButtonItem I have in my MainWindow.xib. I keep going round and round and I’m not getting anywhere. My controller hierarchy is as follows:

UITabBarController
    UITabBar
    UINavigationController
        UINavigationBar
        UIViewController
            UINavigationItem
                UIBarButtonItem // THIS
        UITabBarItem

How can I set the action to it? I see a “selector” option in IB, but I’m not sure how to set it.

  • 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-20T20:45:25+00:00Added an answer on May 20, 2026 at 8:45 pm

    So, based on your comment answer, you’ll have to use the targetand action properties.

    Target is the object that will receive the action.
    Action is a selector (a method), from the target object.

    myBarButtonItem.target = self;
    myBarButtonItem.action = @selector( myMethod: );
    

    Remember action method must have the following signature:

    - ( IBAction )myMethod: ( id )sender;
    

    The sender object will be the object that triggered the action, in your case the UIBarButtonItem.

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

Sidebar

Related Questions

I am trying to set blockUI message to display controller action view. I have
Consider following: $(#myform).attr({ action: @Url.Action(MVC.Thing.Delete().AddRouteValue(id, myJsModel.Id )) }); I'm trying to set the action
I'm trying to set an image as background of the Sherlock Action Bar, but
I was trying to make a one page script with the action set to
Trying to set a flag in the post to allow processing or not. The
I'm trying to set up named routes for page: www.myhost.com/blog/about (map.about '/about', :controller =>
Im trying to set the action of a form with javascript! How come it
I'm trying to set the FileUploadInterceptor on an action by annotation : @Namespace(/) @ParentPackage(my-package)
I have a refresh button on my navigationbar buttonItem = [[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemRefresh target:self action:@selector(buttonItemClicked)];
I'm trying to open a Pay Dialog and it's not going well. When I

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.