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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:32:30+00:00 2026-06-04T08:32:30+00:00

I have a ViewController with a UITextField. The user enters a string of characters

  • 0

I have a ViewController with a UITextField. The user enters a string of characters into the textField, clicks a done button and then this value should be passed to a method in the entity class. I know I need to pass this value as a parameter but I’m getting stuck.

I’ve tried to pass this value by adding a parameter to the end of the clickDone IBAction for the done button with no luck. Thank you for even the smallest bit of help or point into the right direction.

- (IBAction)doneClicked:(NSString*) name {
...
}

I’ve tried creating an ivar for ViewController in my entity class h file but Xcode asks “Unknown type name ‘ViewController’; did you mean UIViewController?

@interface EntityClass : NSManagedObject{
ViewController* refVC;
UITextField* textBox;
}

and then use

self.name = self.refVC.textBox.text; 

in my method in entity class m file to return the NSString self.name

  • 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-04T08:32:32+00:00Added an answer on June 4, 2026 at 8:32 am

    I figured it out. This is my final code. It works. Help is no longer needed.

    Thanks!

    - (IBAction)doneClicked:(NSString*) name {
    ...
    
    superClass.name = headingText.text;  //headingText is UITextField on ViewController
    
    [superClass doSomething];
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: ViewController .h @property IBOutlet UITextField *field; ViewController .m @synthesize field;
I have a viewController with this: @interface RootViewController : UIViewController <UITextFieldDelegate>{ Then I have
I have a UIViewController with a UITextField that uses a custom 'DONE' button when
For example I have a ViewController named firstViewController. Then I would like to call
I'm developing an iOS 4 application. I have this ViewController: @interface BlogViewController : UIViewController
Here's my ultimate goal in all of this. I have a viewcontroller with a
I have a problem with this code: Header: @interface ViewController : UIViewController { IBOutlet
I have the following code: -(void)textFieldDidBeginEditing:(UITextField *)textField { CGRect textFieldRect = [self.view.window convertRect:textField.bounds fromView:textField];
I cannot seem to find this anywhere online. I have an add button in
I have this error, when I am trying to pass a uitextfeild value from

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.