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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:55:33+00:00 2026-05-31T05:55:33+00:00

I am trying to store user input text (in this case a book title)

  • 0

I am trying to store user input text (in this case a book title) into an array so that I can output it in a table view in another xib.

I’m getting stuck trying to store the “bookTitle.text” info into my “userinfoArray”. I know it probably has a simple solution and I know how to do it in C++ but not in Objective-C. Any tips, links etc. would be great.

  • 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-31T05:55:35+00:00Added an answer on May 31, 2026 at 5:55 am
    NSMutableArray *userinfoArray = [[NSMutableArray alloc]init];
    NSString *tempString = [[NSString alloc]initWithString:[bookTitle text]];
    [userinfoArray addObject:tempString];
    

    you can then access it later with:

    [userinfoArray objectAtIndex:0];
    

    NSMutableArray is very flexible. with addObject:object you can add as many things as you want, remove them with removeObjectAtIndex:index.

    more here: NSMutableArray Class Reference

    alternatively if you know what size your array will have you can use a normal NSArray: NSArray Class Reference which will work similar

    sebastian

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

Sidebar

Related Questions

I am trying to develop a small app, that will store User's input about
I am trying to store user input in a variable and clean that variable
I trying to store the value of the input field tbEmail into str so
All, I am trying to create a table to receive user inputs (UGC). This
I'm trying to store the user's ID in the session using django.contrib.auth.login . But
I'm trying to generate a unique ID in php in order to store user-uploaded
I'm trying to store a password in a file that I'd like to retrieve
I am trying to store a large amount of boolean information that is determined
I'm trying to get the text from a text box. I have 2 input
I'm trying to store information on a form by using sessions in case the

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.