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

  • Home
  • SEARCH
  • 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 8093737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:33:55+00:00 2026-06-05T20:33:55+00:00

Ok, I am creating an app that serves as a virtual catalog for certain

  • 0

Ok, I am creating an app that serves as a virtual catalog for certain items. The problem is that there are over 600 items that need to be cataloged, and that’s is extremely time consuming because I have to first add these items to a table cell viewer, along with the image of the item, then also insert a picture and 3 items of text into a view controller. Is there any way I can create a single view (or similar), and then when the user taps on the table cell that’s connected to the single view, it’s connected to code that will insert those items into defined spaces in the single view controller?

This app is using ARC and Storyboards. I am using Xcode 4.3.3 with iOS 5.

  • 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-05T20:33:57+00:00Added an answer on June 5, 2026 at 8:33 pm

    You can have an array of images or image URLs along with title, description, etc. and then use a grid view of some sort to lay them out (Sam Soffes’ grid view or just a UITableView)

    And then use code similar to this, where “configure the cell” means:

    cell.title = [titles objectAtIndex:[indexPath row]];
    cell.image = [UIImage imageWithData:[NSData dataWithContentsOfURL:
                  [imageURLs objectAtIndex:[indexPath row]]];
    cell.description = [descriptions objectAtIndex:[indexPath row]];
    

    If you can get the urls and text in a CSV file onto your device, then you can build the array with Dave DeLong’s CSV parser.

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

Sidebar

Related Questions

I'm creating an app that is a sort of client- multithreaded server. The problem
I'm creating a view that serves as a category selector for my app. I'd
i'm creating a web app that's running on an Advantage Database server, not my
I am creating an app that will point a simple arrow in the direction
I am creating an app that is a ticket sales system. On the checkout
I am creating an app that allows users to create and apply for jobs.
I'm creating an app that should list the date and time when a button
I am creating an app that alerts user if he has been stationary for
I'm creating an app that uses ActionBarSherlock. The app consists of three tabs, and
I am creating an app that requires some settings to be set first before

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.