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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:34:46+00:00 2026-05-29T11:34:46+00:00

In Objective-C, what does (UIButton *)sender mean and why is it not UIButton *sender?

  • 0

In Objective-C, what does “(UIButton *)sender” mean and why is it not “UIButton *sender”? Or some NSObject in place of UIButton. This is more a question about the precedence of the asterisk…

- (IBAction)digitPressed:(UIButton *)sender {
   //...
}
  • 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-29T11:34:47+00:00Added an answer on May 29, 2026 at 11:34 am

    It’s not about precedence in this case. The parentheses aren’t a cast.

    This is the syntax in ObjC for a method declaration, and it says that the parameter called sender is of type UIButton *.

    The asterisk goes with the UIButton because they together name the type of the argument. In this case, since it’s an action method coming from a button, you’re using a UIButton*. In the general case, of course, a method may have parameters of any type, as long as the caller is calling it correctly. 🙂

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

Sidebar

Related Questions

Another question of mine about optimizing Objective C programs inspired the following: does anyone
I am writing some objective-C code and i can't figure out why this does
Possible Duplicate: Caret in objective C What does this ^ syntax mean in Objective-C?
This isn't a style question. Its more about the proper use of the language
What does the f after the numbers indicate? Is this from C or Objective-C?
The following Objective-C statement does not work correctly. cell.templateTitle.text=[(NSDictionary*) [self.inSearchMode?self.templates:self.filteredTemplates objectAtIndex:indexPath.row] objectForKey:@title]; However, if
Is there a string literal form in Objective-c that does not require escaping special
What does ^ character in Objective C mean? like in the following code TWTweetComposeViewControllerCompletionHandler
What does the caret in objective C mean? ie. void (^handler)(NSInteger); from Mac Dev
What does __OBJC__ mean in Objective-C? #import <Availability.h> #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h>

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.