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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:59:07+00:00 2026-05-12T00:59:07+00:00

In a word, how? I have a view controller that creates a few custom

  • 0

In a word, how?

I have a view controller that creates a few custom objects. One of those objects needs to call a method back in the controller. The object looks like it wants to call a class method in the controller, which might be fine, except that class in the controller needs to call an instance method in the controller, and it doesn’t seem to want to do that. Does that make sense?

If not, here’s pseudo code:


ViewController.m

#import "customObj.h"
-(void)viewDidLoad{
  foobar=@"string";//declared in ViewController.h
}
-(void)createObj{
  foobar=@"different string";
  customObj *customObjInstance=[[customObj alloc] init];
}

---

customObj.m

#import "ViewController.h"
-(void)callBack{
  [ViewController createObj];
}

Okay, so when callBack runs, it errors, saying it’s looking for +createObj (not -createObj). I can change createObj to a class method, but then it has a problem setting foobar because foobar was initialized in -viewDidLoad, and I can’t change that to +viewDidLoad. I could maybe move foobar out into a class method, but then how do I call it? Instead of self, do I refer to [ViewController …]? I don’t think that works.

My guess is I’m missing some basic concept and it’s not anywhere as difficult as I’m making it. I am indebted to anyone who can straighten me out.

Thanks much.

  • 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-12T00:59:07+00:00Added an answer on May 12, 2026 at 12:59 am

    There’s no single correct answer; it depends on how your custom object interacts with the controller. Most UIKit views use a “target-action” pattern for communicating with the controller, while a lot of model objects use the delegate pattern. Which one you use depends on the specifics of your controller and your custom object.

    However, mechanically, what you’d probably need to do is pass in a pointer to your ViewController when you create the customObj via a custom initializer, like so:

    customObj *customObjInstance = [[customObj alloc] initWithController: self];
    

    Be sure it makes sense for your customObj to be tightly coupled to your controller if you do this.

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

Sidebar

Related Questions

I have a GTK# Text View with word wrap and scroll bars turned on.
I have a Word 2003 .dot template that changes its menu based on the
I have a Word document that starts with a Table of Contents. I need
I have a word : [lesserthen] , that I need to replace with <
I have a word document that was saved as xml. now I need to
I have Microsoft Word template that I automated filling it's fields from my application,
I trying to return the same model back to the view that edited the
I have a login function in my controller that was getting called before, but
I'm implementing a Model View Control program. I have a class User that has
I have a view which contains a tableview, (i call this view the EquationView,

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.