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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:17:23+00:00 2026-06-15T21:17:23+00:00

I am creating a simple drawing app with a custom view that draws lines

  • 0

I am creating a simple drawing app with a custom view that draws lines on the screen. I am calling a method in my custom view .m file from my viewcontroller file. I’ve got it set up so it autocompletes my method, which means that it knows it exists, but isn’t firing.

In my custom View BezierSigCapView.m

- (void)erase {
    path = [UIBezierPath bezierPath];
    [pointsArray removeAllObjects];
    [self setNeedsDisplay];
    NSLog(@"ERASE!");
}

In my View Controller.h file

@property (weak, nonatomic) BezierSigCapView *myView;

In my View Controller.m file

/// in viewDidLoad
BezierSigCapView *theView = [[BezierSigCapView alloc] init];
self.myView = theView;

/// my button code
- (IBAction)ClearButton:(UIBarButtonItem *)sender {
    [self.myView erase];
    NSLog(@"Should Erase");
}
  • 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-15T21:17:24+00:00Added an answer on June 15, 2026 at 9:17 pm

    @hermann pointed me in the right direction. I was creating the view programmatically and in interface builder. I deleted the view that I created programmatically and hooked up an Outlet to the view on interface builder as a property. I also got rid of “theView” which was redundant.

    //In view controller.h file
    @property (strong, nonatomic) IBOutlet BezierSigCapView *myView;
    
    //In view controller.m file
    //in the implementation
    @synthesize myView;
    
    //I also removed the code below from the view controller.m file that was causing another issue
    self.myView = [[BezierSigCapView alloc] init];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating an app for practice that is a simple drawing app. The
I am creating simple app on Silverlight 4. In folder of View I have
I'm creating a simple drawing application that adds new Shape objects to a MovieClip
I'm creating a NSCell subclass that draws some objects directly onto the view (using
I'm creating a view that serves as a category selector for my app. I'd
I am creating a simple gradient background by drawing a quad as follows: glMatrixMode
When creating a simple Flex 4.6 App, where the creationComplete-handler looks like this: protected
I'm creating a simple file walker to list some files and need to omit
I am creating a simple web app. There is a <video> element on the
I'm creating a simple app where when the user presses a button, a series

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.