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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:21:34+00:00 2026-05-21T22:21:34+00:00

I have a paper based form with a number of different sections, with each

  • 0

I have a paper based form with a number of different sections, with each section having a number of different questions. I am displaying this as a UITableView. Each question is displayed as a UITableViewCell with the question itself, and a UITextField for an answer. The UITableView is currently backed by two object types, Section and Question – with each Section object containing an array of Questions.

I’m wondering how I can easily connect any editing that occurs in the UITableView with the objects. For example, if the user types in an answer to question 1, I’d like to then be able to assign that answer text to the appropriate Question object.

What I’m currently doing is giving each UITextField a unique tag, and then storing a pointer to each Question object in a dictionary with the tag values as the keys. Then when the appropriate UITextField delegate method fires, I look up the object in the dictionary through the UITextField tag.

This seems ugly to me, and I’m not too sure what happens if the UITableViewCell goes offscreen and is re-used elsewhere in the table. Is there a better way that I’m missing?

  • 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-21T22:21:35+00:00Added an answer on May 21, 2026 at 10:21 pm

    Unless I’m misunderstanding the question, why not just use the UITextFieldDelegate protocol to tell the object that the text field has finished editing.

    You’d simply do the following:
    Make your Question a UITextFieldDelegate. Then define textFieldDidEndEditing in your Question implementation class

    - (void)textFieldDidEndEditing:(UITextField *)textField {
        mAnswer = textField.text;
    }
    

    That should do it right? When the text field has finished, the Question object gets the answer.

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

Sidebar

Related Questions

I have an offline paper based form. I need to convert it into a
From what i have read from this paper I understand that a role based
I have a list of 10 multiple choice questions and each question have a
So i have a form that on paper is 40 pages long. I was
Background: I was dragged into seeing this question: Fibonacci's Closed-form expression in Haskell when
I have created a simple html-based web-page consisting of a form and some text,
I have been reading this paper titled Clone Detection using Abstract Syntax Trees by
I'm writing an app to replace some paper-based testing forms. These forms have checkboxes
I'm having trouble determining from this research paper exactly how I can reproduce the
I have a scientific paper under review, and a referee asked for my R

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.