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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:23:21+00:00 2026-05-22T02:23:21+00:00

In my app delegate, I have a IBOutlet for a UIButton that is linked

  • 0

In my app delegate, I have a IBOutlet for a UIButton that is linked to a different view. The view is displayed like this:

// .h
IBOutlet UIView *theToolbar;

// .m
[window addSubview:theToolbar];
theToolbar.frame = CGRectMake(0, 425, 320, 44);

And here’s how I do it all in my app delegate:

// .h
IBOutlet UIButton *disbledCameraButton;
@property (copy, readwrite) UIButton *disabledCameraButton;

// .m
@synthesize disabledCameraButton;

And lastly, I try to hide it in a different class:

#import "TableViewAppDelegate.h"
TableViewAppDelegate *dataCeter = (TableViewAppDelegate *)[[UIApplication sharedApplication] delegate];
dataCeter.disbledCameraButton.hidden = YES;

However, I get this error:

accessing unknown disabledCameraButton getter Method

Why is this doing this? Thanks.

  • 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-22T02:23:22+00:00Added an answer on May 22, 2026 at 2:23 am

    You have a few typos in there. Fix those and it should work.

    disbled / disabled

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

Sidebar

Related Questions

I have this method in App Delegate that makes a window and content view
I have this app that has several view controllers. In the app delegate, I
I have a main .xib file that contains an App Delegate, Window, and View
I have a nib (winA.xib) that contains a window. My app delegate contains an
I have an App Delegate and a 3 view controllers in my project. I
i have problem with showing an UIView on app delegate ... there is no
On my app delegate class I have a simple property @property (strong, nonatomic) LoginAppDelegate
I have an array of users in my app delegate, and in one of
I'm writing a Cocoa application where I have an auto generated app delegate:(MyAppDelegate.h/MyAppDelegate.m) So
I have this appdelegate.h #import <UIKit/UIKit.h> @interface appDelegate : NSObject <UIApplicationDelegate> { UIWindow *window;

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.