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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:36:50+00:00 2026-06-04T23:36:50+00:00

I created a sub-class of UIViewController called toolbarViewController , I declare a UIButton in

  • 0

I created a sub-class of UIViewController called toolbarViewController , I declare a UIButton in this view controller and specified it’s target as following

UIButton *button = [[UIButton alloc]initWithFrame:myFrame];
[button addTarget:self action:@selector(doSomething) forContorlEvents:UIControlEventTouchUpInside];

then i do the following in a different view controller

toolbarViewController *toolbar = [[toolbarViewController alloc]init];
[self.view addSubview:toolbar.view];

the problem is that when i press the button i get the exception: Unrecognized selector ( doSomething ) send to instance , what am i doing wrong here ?

doSomething declaration in toolbarViewController.h

-(void)doSomething;

and in toolbarViewController.m

-(void)doSomething{ NSLog("doSomething got called"); }
  • 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-04T23:36:52+00:00Added an answer on June 4, 2026 at 11:36 pm

    Check the declaration of doSomething. If you declare IBAction something like -(IBAction)doSomething:(id)sender, you should add selector like

    [button addTarget:self action:@selector(doSomething:) forContorlEvents:UIControlEventTouchUpInside];
    

    instead of

    [button addTarget:self action:@selector(doSomething) forContorlEvents:UIControlEventTouchUpInside];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UIViewController subclass called TripViewController. This class has the following method: -
Say I'm sub-classing (extending) Ember.View to create My.Widget. I'd like each My.Widget sub-class to
The View controller programming guide states this regarding view controller's usage: Each custom view
I have a UITableViewCell (with associated UITableViewCell sub class, .m & .h) created in
I have a UIViewController subclass which is having its view created programmatically within the
I've created a UIViewController subclass called addItemToListViewController. I selected add an xib as well,
I created a Subclass of UIViewController in my Project and linked it to a
I created an UIViewController subclass, and figured out that the default implementation of -loadView
I have written a subclass of UIViewController which creates a view programmatically, instead of
I have created a subclass of UITableViewController that is used as the custom class

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.